Prathamesh Nimkar
3 min readMar 25, 2020

*The post has been updated to install the latest version of Cloudera Manager 6.3.1*

Part 1 (For part 1 of this series, please visit this link)

Part 2

  • Cloudera Manager — Cluster Installation
  • Cloudera Manager — Cluster Configuration

Assumptions:

  • You have a Google Cloud account. If not, click here to create a free-tier Google Cloud account. This will give you USD 300 of free credit
  • Manual installation of Cloudera Manager without Google’s Dataproc functionality
  • You have completed the first part of this post here

Cloudera Manager — Cluster Installation

Lets do the cluster installation now

Adding a generic name

Add the internal IP addresses of the 4 nodes here and search

We’re selecting a public repository

Parcels method chosen for installation

Using the latest CDH version, rest all configs on this page to be left as-is

Accepting the JDK license

We’re using the root login through password-less communication. To authenticate we will now use the private key from the ssh-keygen we did earlier

Using root login instance-1
cd /root/.ssh
cat id_rsa

Saving the private key to a file and uploading it in the cluster installation’s current step i.e. “Private Key File”

Install Parcels, this takes a while

This concludes the Cloudera Manager — Cluster Installation

Cloudera Manager — Cluster Configuration

Essential Services chosen

PostgreSQL embedded database chosen as default. Please note this embedded PostgreSQL is not supported for use in production environments. If you’re interested in installing MySQL, please go here

No changes at this step — Review Changes

First Run Command on the services selected

Services are up and running

The cluster is up and running and the configuration is completed. Some minor configuration warnings are present, however, they can be safely ignored for the purpose of this assessment.

This concludes the Cloudera Manager — Cluster Configuration

Congratulations! This concludes Cloudera Manager installation on Google Cloud Platform

If you are using free-credits provided by your choice of cloud-vendor, please do ensure you shut down your applications & VMs in order to save credits. More details here