Installing Altus Director Server and Client on Google Compute Engine
Cloudera recommends that you install Altus Director server on your cloud provider in the subnet where you will create CDH clusters, because Altus Director must have access to the
private IP addresses of the instances that it creates. To install Altus Director server, perform the following tasks.
Continue reading:
RHEL 6 and CentOS 6
- In the SSH link next to your instance name.
This opens a new window.
screen, click the - Install a supported version of the Oracle Java Development Kit (JDK) on the Altus Director host. Altus Director 6 supports JDK version 8. For Java installation information, see Java SE Downloads.
- Download Altus Director by running the following commands:
cd /etc/yum.repos.d/ sudo wget "http://username:password@archive.cloudera.com/p/director6/6.0/redhat6/cloudera-director.repo"
- Install Altus Director server by running the following command:
sudo yum install cloudera-director-server cloudera-director-client
- Start the Altus Director server by running the following command:
sudo service cloudera-director-server start
- Save the existing iptables rule set and disable the firewall:
sudo service iptables save sudo chkconfig iptables off sudo service iptables stop
You are now ready to configure a SOCKS proxy for your instances.
RHEL 7 and CentOS 7
- In the SSH link next to your instance name.
This opens a new window.
screen, click the - Install a supported version of the Oracle Java Development Kit (JDK) on the Altus Director host. Altus Director 6 supports JDK version 8. For installation information, see Java SE Downloads.
- Download Altus Director by running the following commands:
cd /etc/yum.repos.d/ sudo wget "http://username:password@archive.cloudera.com/p/director6/6.0/redhat7/cloudera-director.repo"
- Install Altus Director server by running the following command:
sudo yum install cloudera-director-server cloudera-director-client
- Start the Altus Director server by running the following command:
sudo service cloudera-director-server start
- Disable and stop the firewall with the following commands:
sudo systemctl disable firewalld sudo systemctl stop firewalld
You are now ready to configure a SOCKS proxy for your instances.
Ubuntu
- In the SSH link next to your instance name.
This opens a new window.
screen, click the - Install a supported version of the Oracle Java Development Kit (JDK) on the Altus Director host. Altus Director 6 supports JDK version 8. For installation information, see Java SE Downloads.
- Download Altus Director and add the signing key.
If you are on version 14.04, run the following commands:
cd /etc/apt/sources.list.d/ sudo curl -L "http://username:password@archive.cloudera.com/p/director6/6.0/ubuntu1404/cloudera-director.list" -O sudo curl -s -L "https://username:password@archive.cloudera.com/p/director6/6.0/ubuntu1404/archive.key" | sudo apt-key add -
If you are on version 16.04, run the following commands:cd /etc/apt/sources.list.d/ sudo curl -L "http://username:password@archive.cloudera.com/p/director6/6.0/ubuntu1604/cloudera-director.list" -O sudo curl -s -L "https://username:password@archive.cloudera.com/p/director6/6.0/ubuntu1604/archive.key" | sudo apt-key add -
- Install Altus Director server by running the following command:
apt-get update apt-get install cloudera-director-server apt-get install oracle-j2sdk1.8
- Start the Altus Director server by running the following command:
sudo service cloudera-director-server start
- Save the existing firewall rules and disable the firewall:
iptables-save > ~/firewall.rules sudo service ufw stop
You are now ready to configure a SOCKS proxy for your instances.