Hadoop - Cluster AdministrationYou want to scale your Hadoop cluster by adding 3 new nodes and safely remove 2 old nodes. Which sequence of actions is correct?AAdd new nodes, restart cluster, update exclude fileBAdd new nodes, update exclude file with old nodes, run <code>hdfs dfsadmin -refreshNodes</code>CUpdate exclude file with old nodes, run <code>hdfs dfsadmin -refreshNodes</code>, add new nodesDRemove old nodes physically, then add new nodesCheck Answer
Step-by-Step SolutionSolution:Step 1: Decommission old nodes firstUpdate the exclude file with old nodes to remove and run refreshNodes to start decommissioning safely.Step 2: Add new nodes after old nodes are decommissionedOnce old nodes are safely removed, add new nodes to scale the cluster.Final Answer:Update exclude file with old nodes, run hdfs dfsadmin -refreshNodes, add new nodes -> Option CQuick Check:Decommission old nodes before adding new ones [OK]Quick Trick: Decommission old nodes before adding new ones [OK]Common Mistakes:Adding new nodes before decommissioning old onesPhysically removing nodes without decommissioningRestarting cluster unnecessarily
Master "Cluster Administration" in Hadoop9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Hadoop Quizzes Cluster Administration - Monitoring with Ambari or Cloudera Manager - Quiz 4medium Cluster Administration - Monitoring with Ambari or Cloudera Manager - Quiz 14medium Performance Tuning - MapReduce job tuning parameters - Quiz 6medium Performance Tuning - Memory and container sizing - Quiz 10hard Performance Tuning - Small files problem and solutions - Quiz 3easy Security - Wire encryption for data in transit - Quiz 13medium Security - Audit logging - Quiz 10hard Security - Audit logging - Quiz 12easy Security - Audit logging - Quiz 6medium Security - HDFS encryption at rest - Quiz 12easy