Last active
April 27, 2018 07:22
-
-
Save AlexisDucastel/2b140c34174295e330be4bf29b8be8b0 to your computer and use it in GitHub Desktop.
Cloudera Manager setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /etc/apt/sources.list.d/ | |
wget https://archive.cloudera.com/cm5/ubuntu/xenial/amd64/cm/cloudera.list | |
apt update | |
apt-get install oracle-j2sdk1.7 | |
cd | |
wget http://archive.cloudera.com/cm5/installer/5.14.3/cloudera-manager-installer.bin | |
chmod u+x cloudera-manager-installer.bin | |
sudo ./cloudera-manager-installer.bin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment