官方参考文档:
https://www.cloudera.com/documentation/enterprise/5-15-x/topics/configure_cm_repo.html
1.配置源
wget https://archive.cloudera.com/cm5/ubuntu/xenial/amd64/cm/archive.key sudo apt-key add archive.key cd /etc/apt/sources.list.d/ wget https://archive.cloudera.com/cm5/ubuntu/xenial/amd64/cm/cloudera.list curl -s https://archive.cloudera.com/cm5/ubuntu/trusty/amd64/cm/archive.key| sudo apt-key add - sudo apt-get update
2.安装Java
3.安装CDH server
sudo apt-get install cloudera-manager-daemons cloudera-manager-server
原文:https://www.cnblogs.com/tonglin0325/p/11145358.html