Day: February 9, 2023

Configure the Cluster

Perform basic and advanced configuration needed to effectively administer a Hadoop cluster Configure a Service using Cloudera Manager Create an HDFS user’s home directory Configure NameNode HA Configure ResourceManager HA Configure proxy for Hiveserver2/Impala

Add Host as Worker

Let us see how we can add the new node as a worker to the cluster. Worker Components: HDFS Datanode YARN Node Manager HBase Region Server Impala Impalad To add a node as HDFS Datanode, we need to have additional storage devices mounted and formatted. https://gist.github.com/dgadiraju/55d5c81b319748502bfcfab78f3602d5 Once the node is formatted, either we can use …

Add Host as Worker Read More »