Categories

Versions

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

Custom Radoop Proxy Installation

You can enable Radoop Proxy throughout the RapidMiner Server installation process, or, if using containers, during adocker-composedeployment. However, if for some reason you wish to install it later on, follow one of the chapters below, depending on your use-case.

The Radoop Proxy associated with a Radoop Connection is automatically disabled when a RapidMiner Radoop process is executed on RapidMiner Server. In this case, make sure to enable ‘Force Radoop Proxy on Server’ by editing the Radoop Connection in question. Further information can be found on theRadoop installation on Serverpage.

Adding Radoop Proxy to RapidMiner Server startup process

Follow the steps in this chapter if you have a classic (i.e. non-containerized) RapidMiner Server installation.

  1. Edit the filebin/standalone.conf[.bat]in the RapidMiner Server installation directory. Find the line containingRADOOP_PROXY_ENABLEDproperty, and modify it:

    SET RADOOP_PROXY_ENABLED=true

    If RapidMiner Server is registered as a Windows service, apply the changes tobin/service.batas well.

  2. If necessary, modify the port used by Radoop Proxy inradoop-proxy/proxy.propertiesin the RapidMiner Server installation directory. The properties are explainedbelow.

  3. After you saved the modifications, restart RapidMiner Server.

Adding Radoop Proxy to a container-based RapidMiner Server deployment

If you have a container-based RapidMiner Server deployment and you wish to add a Radoop Proxy to it, simply follow the description on theRadoop Proxy container page. You will have to specify the authentication method, address and port of the RapidMiner Server. We recommend adocker-composebased approach, for easy reproducibility.

Standalone Radoop Proxy

The standalone Radoop Proxy can come in handy when you are not using a RapidMiner Server at all in your workflow, and all you need is to access your Hadoop cluster (which is in a secured network location) from your RapidMiner Studio.

The preferred way of doing this is to deploy the Radoop Proxy Docker container. To do this, simply follow the description on theRadoop Proxy container page.

You will have to specify a username and password. We recommend adocker-composebased approach, for easy reproducibility.

If you are looking for steps on how to install a standalone Radoop Proxy without Docker containers, seethe previous version of this document.