Skip to content

Instantly share code, notes, and snippets.

@tekton
Created November 2, 2014 21:01
Show Gist options
  • Save tekton/a43d03a8abae154046d7 to your computer and use it in GitHub Desktop.
Save tekton/a43d03a8abae154046d7 to your computer and use it in GitHub Desktop.
cloudera 5 manager install
#!/bin/bash
wget http://archive.cloudera.com/cm5/installer/latest/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