🎉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

How can I call an outer process from my own operator?

User: "matsuiakira"
New Altair Community Member
Updated by Jocelyn

I am concidering making my own operator, that enables me to call a UNIX command installed on my computer.

For this reason, I need to call an outer process from Java source code, but the security & restrictions have been harder scinse Rapidminer Studio 7.2.

 

How can I overcome the new security policy to call an outer process?

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "mmichel"
    New Altair Community Member
    Accepted Answer

    Hi,

     

    the execution of external applications/ commands is only possible for signed extensions.

    If you want to publish your extension on the marketplace, please write me a PM then we can speak about the signing process.

     

    In the meantime or for development purposes you can utilize the open core of RapidMiner Studio. Just add '-SNAPSHOT' to the RapidMiner version (gradle.properties) and the the security restrictions will not be applied.

     

    Next time please post these kind of questions in the development forum.

     

    Cheers,

    Marcel