Uncategorized

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 »

Perform OS-level Configuration

Let us see the OS-level Configuration for Hadoop Installation. Click here for more details about OS-level Configuration details. We can also run Host Inspection and review any warnings and take necessary actions. We will disable swappiness and transparent huge page compaction. Disable Swappiness Let us see how we can disable swappiness. Run sysctl vm.swappiness=0 on …

Perform OS-level Configuration Read More »