How to install Cloudera - CDP [Cloud Data Platform] single node cluster on Linux machines (RHEL/Centos)

How to install Cloudera - CDP [Cloud Data Platform] single node cluster on Linux machines (RHEL/Centos)

Cloudera Data Platform (CDP) is a hybrid data platform designed for unmatched freedom to choose—any cloud, any analytics, any data.

CDP delivers faster and easier data management and data analytics for data anywhere, with optimal performance, scalability, and security.

Step 1:

  • Disable SELinux

      setenforce 0
    
  • Disable firewall

      systemctl stop firewalld systemctl stop firewalld
    

image

  • Add the hostname and IP of the machine in the /etc/hosts file.

image

Step 2:

  • Now run the following commands for the cluster installation

image

wget https://archive.cloudera.com/cm7/7.4.4/cloudera-manager-installer.bin 
chmod u+x cloudera-manager-installer.bin 
sudo ./cloudera-manager-installer.bin

We can get the above commands from the online Cloudera website to install CDP

The link is mentioned below:

Cloudera CGP

image

Now proceed with the dialog box for the installation:

image

image

image

image

Here you can see the installation has begun and it will present some instructions to access the web UI so that we can move forward with the cluster deployment. The dialog box you can see in the next image;

image

Step 3:

This is the web portal you can log in here with http://localhost:7180 and the default login ID and password is “admin”

image

Select try Cloudera data platform for 60 days

image

Continue

image

Name your cluster and continue

image

Mention the hostname for the hosts to be added to the cluster and it’ll scan for it and continue

image

Select default settings and next

image

Select a version of JDK as needed

image

Mention the password for the machines where the installations are taking place

image

And it’ll start

image

It’ll download the packages and install and distribute them among nodes

image

Check for the performances and select I understand risks,sometimes an error will occur but we can figure it out later

image

Now Select the Services which you want to install in the cluster

image

Here I’ve taken HDFS, Hive, Hive on TEZ, Spark, Tez, YARN, YARN manager, zookeeper

image

image

Assign Roles

image

image

image

These are default passwords for databases please keep them handy for future use or you can go with custom too

image

Select Continue

image

If you want to change some configuration you can do it here or else later too

image

Continue

image

Finish

image

image

Here is our cluster up and ready

Now if you want you can add new nodes to the cluster and can also add new services.