Skip to content

Instantly share code, notes, and snippets.

@AlexisDucastel
Last active April 27, 2018 07:22
Show Gist options
  • Save AlexisDucastel/2b140c34174295e330be4bf29b8be8b0 to your computer and use it in GitHub Desktop.
Save AlexisDucastel/2b140c34174295e330be4bf29b8be8b0 to your computer and use it in GitHub Desktop.
Cloudera Manager setup
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