Registering clusters managed by Ambari/Cloudera Manager in dataplane.
This utility helps configure your cluster with Knox Trusted Proxy support, establishes the trust relationship between DataPlane and the cluster, and registers the cluster with DataPlane.
Prerequisites
- A DataPlane instance running 1.2.1 (or later)
- An Ambari-managed cluster that includes Knox
- Kerberos-enabled cluster
- Ambari configured for Kerberos Authentication
- DataPlane Cluster Agents (for the DataPlane Apps you plan to use) should be installed & configured in the cluster
Installing
- download latest release
curl https://raw.githubusercontent.com/hortonworks/dp-cluster-reg/master/install.sh |sh
- download a release
export RELEASE=<release-name>;curl https://raw.githubusercontent.com/hortonworks/dp-cluster-reg/master/install.sh |sh
Running the Script
Run this script as root
on the cluster host with your Knox server.
python dp-cluster-setup-utility.py
This utility helps in registering a Cloudera Manager managed CDH cluster in Dataplane
Prerequisites
- A DataPlane instance running 1.3 (or later)
- A Cloudera Manager managed cluster
Installing
- latest release
curl https://raw.githubusercontent.com/hortonworks/dp-cluster-reg/master/install.sh |sh
- given release
export RELEASE=<release>;curl https://raw.githubusercontent.com/hortonworks/dp-cluster-reg/master/install.sh |sh
- install dependencies
pip install -r requirements.txt
- latest release
curl -O https://raw.githubusercontent.com/hortonworks/dp-cluster-reg/master/install.sh
CM=true sh install.sh
- given release
curl -O https://raw.githubusercontent.com/hortonworks/dp-cluster-reg/master/install.sh
CM=true RELEASE=<release tag> sh install.sh
Running the Script
python dp-cluster-setup-utility.py
unset export parameters
unset CM;unset RELEASE