Installing Radoop Proxy on the Cluster
RadoopProxy is a component of RapidMiner Radoop that is installed on the Hadoop cluster side, typically by the cluster administrator.
Using Cloudera Parcel distribution
RadoopProxy can be installed on any node within the cluster that has a fully functioningspark-submit
CLI。This prerequisite is ensured by Cloudera Manager.
Download URLs
Version | Parcel Repository | CSD |
---|---|---|
latest | https://releases.www.turtlecreekpls.com/radoop/radoop_proxy_parcel/latest/ |
CSD |
2.0.0 | https://releases.www.turtlecreekpls.com/radoop/radoop_proxy_parcel/2.0.0/ |
CSD-2.0.0 |
1.x | These versions were not available as a parcel | ... |
Commands for the master node
The following commands are adapted from theCloudera Documentationand are designed to install a CSD for Radoop Proxy. These commands are used to download the necessary CSD JAR file, move it to the appropriate directory, adjust permissions, and restart the Cloudera Manager server.
wget https://releases.www.turtlecreekpls.com/radoop/radoop_proxy_parcel_csd/RADOOP_PROXY_CSD-latest.jar sudo mv RADOOP_PROXY_CSD-latest.jar /opt/cloudera/csd/ sudo chown cloudera-scm:cloudera-scm RADOOP_PROXY_CSD-latest.jar sudo chmod 644 RADOOP_PROXY_CSD-2.0.0.jar sudo service cloudera-scm-server restart
Installation of Radoop Proxy service via Cloudera Manager
The following tutorial video guides a Hadoop admin through the process of installation.
Using Standalone distribution
RadoopProxy is also available as a standalone zip file, which can be launched as a Java application after extraction. For additional information, pleasereach out to our support team.