Categories

Versions

You are viewing the RapidMiner Deployment documentation for version 9.7 -Check here for latest version

Connect External Job Agents to a Deployment

If you need to scale your deployment beyond the physical limits of your host machine, it's possible to run your Job Agent containers on another physical machine.

To do this, you need to create a second set of definition files (.env.anddocker-compose.yml) but with modified content, and launch that stack on the other host machine.

In your duplicateddocker-compose.ymlfile, remove (or comment) every service except the Job Agent service you want to launch on that machine.

Next, editJOBAGENT_QUEUE_ACTIVEMQ_URI,RAPIDMINER_SERVER_HOST,RAPIDMINER_SERVER_PORT, andRAPIDMINER_SERVER_URLto point to the external (publicly accessible) address of your RapidMiner Server. This is running on the original machine you wish to connect your new Job Agent to.

If needed, adjust the memory settings according to thememory tuning guide.

Finally, rundocker-compose up -dto launch the Job Agents. You can check in your RapidMiner Server UI if the new Job Agents connected successfully.