Hi all,
We are trying to run shell scripts remotely through Rapidminer but could not find a solution yet. Has anybody experience with that?
The setting: Our RM machine is in the same network like the target machine (in our case its a database server running on linux). The target machine has ssh enabled due we use ssh today outside of RM (ssh from linux and PuTTY from Windows) to run scripts on the database server. Now we want to run the scripts from RM workflow. We couldnt find any operator that cares about ssh connection and running commands. The only workaround we found is to write a batch program (RM runs on Windows) and then run this program unsing the Execute Program operator. Talend for example explicity has the tSSH operator for that scenario. I was wondering if RM has something similar but couldnt find any yet. Thx for help.