⚙️
Setting Up Cloudera Data Platform(CDP)
  • CDP Overview
  • Why CDP?
  • CDP Services
  • Setting up Google Cloud Platform(GCP) for Cloudera
  • Creating User
  • Configuring Network Settings
  • Configuring Oracle Java
  • Installing Server
  • Configuring MySQL
  • Set Firewall rule on GCP
  • Cloudera Data Platform Installation
  • Working with Cloudera Manager
  • Set Up a Cluster
  • Testing Your Hadoop Installation
  • Installing Hive
  • Hive Validation
  • Deploying Spark 2.4
  • Running Job on Apache Spark2
  • Installing Kafka
  • Kafka Validation
  • Common Warnings and Errors
Powered by GitBook
On this page
  • Prerequisites
  • Create GCP Instance
  • Allow HTTP traffic and Allow HTTPS traffic.

Setting up Google Cloud Platform(GCP) for Cloudera

Create GCP Compute Instance

PreviousCDP ServicesNextCreating User

Last updated 3 years ago

Prerequisites

  1. Must set up a Google account.

  2. Execute below steps in Incognito mode using Google Account which has been setup in Step 1.

  3. Knowledge of basic unix commands and familiarity with vi editor will be helpful.

Create GCP Instance

  • Go to the VM instances

  • Select your project and click Continue.

  • Click the Create instance button.

  • Specify a Name for your first instance “mn01”.

  • Change the Zone for this instance “asia-south-1-a“ (best is to choose closest to your location).

  • Select a Machine type for your instance.

2 vCPUs 12 GB memory.

  • In the Boot disk section, click Change to configure your boot disk.

  • In the OS images tab, choose an “CentOS 7” image.

  • Select Boot disk type “Standard persistent disk” and size should be “200GB”

  • Click the “Select” Button.

  • In Access scopes Select “Allow default access”

  • In Firewall, choose below options

Allow HTTP traffic and Allow HTTPS traffic.

  • Click the Create button to create and start the instance.

  • Click on ssh to open the terminal