Categories

Versions

You are viewing the RapidMiner Legacy documentation for version 9.9 -Check here for latest version

Install the R Scripting extension

Make sure that the same version of the extension is installed on theRapidMiner工作室本月ancethat you are using to create the RapidMiner Server process(es).

Follow these instructions to install and configure theR Scriptingextension on RapidMiner Server:

  1. Log in toRapidMinerRapidMiner Marketplace.

  2. Search for the extensionR scripting:

  3. ClickDownload Fileand accept the terms of the license agreement.

  4. Click theRapidMinerDownloadlink to download the extension. TheSave Asdialog appears.

  5. Browse to the plugins directory (the path defined by thecom.rapidanalytics.plugindirproperty setting) to save the.jarfile.

  6. Next, verify that your system has the following components installed:

    • Rdistribution
    • R packagedata.table
  7. OpenAdministration > System Settingandadd the system settingrapidminer.r_scripting.pathto define the installation path. Enter the path to your RScript executable in the R installation directory as the value for the property. Be certain that the path points to the RScript executable (for Windows,RScript.exe), not the R executable (for Windows,R.exe).

  8. ClickSubmit.

  9. .Edit therapidminer.propertiesfile inside the{job-agent-home}/config/rapidminer/directory, where{job-agent-home}means the home folder of the job agent (usually located in the home of your Server installation). If the file doesn't exist, create a new one. For more info visit thedocumentation for job agents. Add the propetyrapidminer.r_scripting.pathto the file, with the same value you used instep 7.

  10. Restart RapidMiner Server; the R Scripting extension is now available.

If you want to run processes asweb服务, you can skipstep 9, if you want torun processes only manually, you can skipstep 7.

If theR Scriptingextension is installed on a connected RapidMiner Studio instance, you can now create processes with theExecute R operatorand run them on your server.