Cloudera Enterprise 6.0 Beta | Other versions

Step 1: Configure a Repository for Cloudera Manager

Step 1: Configure a Repository for Cloudera Manager

Step 2: Install Java Development Kit

Step 3: Install Cloudera Manager Server

Step 4: Install and Configure Databases for Cloudera Software

Step 5: Set up the Cloudera Manager Database

Step 6: Install CDH and Other Software Using the Wizard

Step 7: Set Up a Cluster Using the Wizard

You can install Cloudera Manager using package management tools such as yum for RHEL compatible systems, zypper for SLES, and apt-get for Ubuntu. These tools depend on access to repositories to install software. Cloudera maintains Internet-accessible repositories for CDH and Cloudera Manager installation files. You can also create your own internal repository for hosts that do not have Internet access.

For more information on creating an internal repository for Cloudera Manager, Creating and Using a Package Repository for Cloudera Manager.

To use the Cloudera repository:

RHEL-compatible

  1. Download the appropriate cloudera-manager.repo file for your OS version.

    You can find the URL in the Repo File column in the Cloudera Manager 6 Version and Download Information table for your Cloudera Manager version.

  2. Copy the repo file to the /etc/yum.repos.d/ directory on the Cloudera Manager Server host.

SLES

  1. Update your system package index by running:
    sudo zypper refresh
  2. Add the repo using zypper addrepo.

    You can find the URL in the Repo File column in the Cloudera Manager 6 Version and Download Information table for your Cloudera Manager version.

    For example:
    sudo zypper addrepo -f https://archive.cloudera.com/cm6/sles/12/x86_64/cm/cloudera-cm.repo

Ubuntu

  1. Download the appropriate Cloudera Manager list file (cloudera.list) for your OS version.

    You can find the URL in the Repo File column in the Cloudera Manager 6 Version and Download Information table for your Cloudera Manager version.

  2. Copy the content of that file to the cloudera-manager.list file in the /etc/apt/sources.list.d/ directory.
  3. Update your system package index by running:
    sudo apt-get update
Page generated March 7, 2018.