Categories

Versions

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

Install and Upgrade Extensions

Your RapidMiner Server and Job Agents in your platform deployment are shipped with a few pre-installed RapidMiner extensions:

  • Python Scripting
  • Radoop
  • Text Mining

If you need additional extensions installed on your Server and Job Agents, or you wish to upgrade an existing extension, follow the steps below based on your deployment type.

The pre-installed extensions listed above will get automatically upgraded when you upgrade your Server and Job Agent containers. See theupgrade instructionsfor more details.

Single Machine Deployments

When using a single machine deployment and eitherdocker-composeor ourcloud images, follow these steps to install or upgrade your extensions:

  1. Download the extension JAR file from theRapidMiner Marketplaceand copy it to your host machine by using e.g.scp
  2. Open a secure terminal to your host machine
  3. Retrieve the container ID of your RapidMiner Server container by issuingdocker ps.Note the ID of the container which runs therapidminer-serverimage.
  4. Copy the extension JAR file to the RapidMiner Server container by issuingdocker cp :/persistent-rapidminer-home/resources/extensions/
  5. Restart RapidMiner Server by issuingdocker-compose restart rm-server-svc.扩展将自动同步l Job Agents.