You are viewing the RapidMiner Legacy documentation for version 9.8 -Check here for latest version
Installing Extensions
Note that any extensions used by RapidMiner Server must also be installed onRapidMiner Job AgentandRapidMiner Studioinstances that you are using to create or execute the RapidMiner Server process(es). You must install the same extension version on all platforms.
See the note onsynchronization of extensions.
Installing extensions enables you to expand the power of RapidMiner.
To install an extension on RapidMiner Server, follow these steps:
Locate RapidMiner Server's extension folder. By default it is the
resources/extensions/
folder in theRapidMiner Server home folder. If you are unsure, check the setting on theAdministration > System Information > System settingspage. The folder location is the value defined for the propertycom.rapidanalytics.plugindir
:If the property is not defined, you canadd itand assign any folder on the server that you have write permissions to.
Extensions can be downloaded from the
RapidMiner Marketplace. If you already installed the extension on RapidMiner Studio, you can copy it from the RapidMiner Studio extension directory (in
.RapidMiner/managed
of the user home directory). Download or copy the extension, which is stored as a.jar
file.Copy the extension to the extensions folder that you located in step 1.
Restart RapidMiner Server.
Open theAdministration > Operators & Extensionspage and change to theExtensionstab to verify the extension is correctly installed:
A note on synchronization
With version 9.2, anautomatic synchronization of resourcesbetween RapidMiner Server and the connected Job Agents was introduced. Extensions that have been installed on RapidMiner Server will automatically be available on the Job Agent as well,providedthat one of the following conditions is satisfied:
- 扩展安装在默认location for extensions: the
folder in theRapidMiner Server home directory/resources/extensions/ Or, if the extensions are installed elsewhere, you need to include the following property in the configuration file
/configuration/execution.properties sync.extensionDir=
Examples
Read more: