The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Run RapidMiner across cluster ??
Hi everyone,
I have Rapidminer installed on a node of a cluster and need to distribute the process across nodes. Does RapidMiner support this? Is there anyway to do this on RapidMiner?
I know it has multi threading feature but that is not what I am after, at least not yet.
Or
if I need to write script to distribute jobs across nodes, can someone please help me to write one.
Thanks
I have Rapidminer installed on a node of a cluster and need to distribute the process across nodes. Does RapidMiner support this? Is there anyway to do this on RapidMiner?
I know it has multi threading feature but that is not what I am after, at least not yet.
Or
if I need to write script to distribute jobs across nodes, can someone please help me to write one.
Thanks
0
Answers
a single process cannot be distributed unless you are using RapidMiner Radoop or RapidMiner Streams which utilize frameworks designed for working in a clustered environment.
If you want to distribute multiple long running processes to different machines you'd have to do it manually by scheduling them on different RapidMiner Server instances. A Server will only execute process on its own machine so multiple servers are a necessity then.
Regards,
Marco