You are viewing the RapidMiner Server documentation for version 9.3 - Check here for latest version
Custom Radoop Proxy Installation
You can enable Radoop Proxy throughout the RapidMiner Server installation process. However, if for some reason you wish to install it later on, or just run it manually (e.g. on another machine), follow this guide.
Adding Radoop Proxy to RapidMiner Server startup process
Edit the file
bin/standalone.conf[.bat]
in the RapidMiner Server installation directory. Find the line containingRADOOP_PROXY_ENABLED
property, and modify it:SET RADOOP_PROXY_ENABLED=true
If RapidMiner Server is registered as a Windows service, apply the changes to
bin/service.bat
as well.If necessary, modify the port used by Radoop Proxy in
radoop-proxy/proxy.properties
in the RapidMiner Server installation directory. The basic properties are explained below.After you saved the modifications, restart RapidMiner Server.
Relocating and starting Radoop Proxy manually
Find
data/radoop-proxy/radoop-proxy-X.X.X
in the unzipped installer package. Move this zip file to the required target location.Note: If you have already installed RapidMiner Server, you can also find the unzipped content in
radoop-proxy
in the installation directory.Unzip Radoop Proxy package, and open
proxy.properties
file for modification. Modify the following fields to configure Radoop Proxy:Key Value Default Value port Number of the port that Radoop Proxy will listen on. 1081
serverAuthenticationScheme Protocol of RapidMiner Server authentication. (If RapidMiner Server uses https authentication, see the related Security page.) http
serverAuthenticationHost Host of the authenticating RapidMiner Server instance. localhost
serverAuthenticationPort Port of the authenticating RapidMiner Server instance. 8080
For further security options of the Radoop Proxy, refer to this page.
Change to
bin
directory. Issue the following command to start up or halt Radoop Proxy:radoop-proxy[.bat] [start/stop]
Starting from Radoop 7.3.1, the Proxy is automatically disabled when a RapidMiner Radoop process is executed on RapidMiner Server. In case of a custom Proxy setup, you may need to enable it by editing the Radoop connection. Further information can be found on the Radoop installation on Server page.