Last active
October 20, 2016 20:04
-
-
Save yuchsiao/b5dfba9680de15babb9df06d39ba4a06 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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