Install Cloudera Manager Packages
Cloudera Manager is installed on the Cloudera Manager Server host using packages.
-
On the Cloudera Manager Server host, type the following commands to install the
Cloudera Manager packages:
OS Command RHEL sudo yum install cloudera-manager-daemons cloudera-manager-agent cloudera-manager-server
SLES sudo zypper install cloudera-manager-daemons cloudera-manager-agent cloudera-manager-server
Ubuntu sudo apt-get install cloudera-manager-daemons cloudera-manager-agent cloudera-manager-server
- If you are using an Oracle database for Cloudera Manager Server,
edit the
/etc/default/cloudera-scm-server
file on the Cloudera Manager server host. Locate the line that begins withexport CMF_JAVA_OPTS
and change the-Xmx2G
option to-Xmx4G
. - If you are installing on Ubuntu, and are planning to add the
Kudu service to the cluster and are planning to enable Apache Ranger,
run the following command on all cluster hosts:
sudo apt-get install gettext-base