[SOLVED] Move and Delete file operators missing (64bit RapidMiner)

josy
josy New Altair Community Member
edited November 5 in Community Q&A
Because I don´t see this operators in 64bit RapidMiner Community version 5.2.008 ??? Thanks for your help.
Tagged:

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    Hi Josy,

    that's because they have not been officially released yet ;) They will be part of the next release RapidMiner 5.3. If you need them now, you have to compile the current svn version.

    Best regards,
    Marius
  • josy
    josy New Altair Community Member
    I try compile RapidMiner from Eclipse. I can run version 5.3. directly Eclipse, but I dont know, how can I compile build for upgrade version 5.2 (or new full build instalation). Thanks for your help.
    PS: When you expect the release of your new version?
  • MariusHelf
    MariusHelf New Altair Community Member
    Hi,

    it should be sufficient to create the rapidminer.jar with the ant target createJar and replace the one in your installation directory with that file. You may also have to copy all files from the lib folder to the lib folder in the installation dir.
    Please create a backup of all files you replace/delete in case something goes wrong.

    We expect to release RapidMiner 5.3 later this month.

    Best regards,
    Marius
  • MariusHelf
    MariusHelf New Altair Community Member
    Btw, maybe till the release instead of fiddling around with manual builds, you want to use shell commands instead: for that, we have the Execute Program operator.
  • josy
    josy New Altair Community Member
    Thank you!