🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

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

User: "josy"
New Altair Community Member
Updated by Jocelyn
Because I don´t see this operators in 64bit RapidMiner Community version 5.2.008 ??? Thanks for your help.

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "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
    User: "josy"
    New Altair Community Member
    OP
    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?
    User: "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
    User: "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.
    User: "josy"
    New Altair Community Member
    OP
    Thank you!