Skip to content

Instantly share code, notes, and snippets.

@yuchsiao
Last active October 20, 2016 20:04
Show Gist options
  • Save yuchsiao/b5dfba9680de15babb9df06d39ba4a06 to your computer and use it in GitHub Desktop.
Save yuchsiao/b5dfba9680de15babb9df06d39ba4a06 to your computer and use it in GitHub Desktop.
vi /etc/yum.repos.d/cloudera-manager.repo
[cloudera-manager]
# Packages for Cloudera Manager, Version 5, on RedHat or CentOS 7 x86_64
name=Cloudera Manager
baseurl=https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5/
gpgkey =https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/RPM-GPG-KEY-cloudera
gpgcheck = 1
yum update
yum install cloudera-manager-daemons cloudera-manager-server -y
yum install oracle-j2sdk1.7 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment