Hadoop - Cluster AdministrationAn admin tries to decommission a node but the exclude file has a typo in the hostname. What is the expected behavior?AThe node will not be decommissioned because it is not correctly listedBThe node will be decommissioned anywayCThe cluster will shut downDThe NameNode will ignore the exclude fileCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand exclude file matchingThe exclude file must list exact hostnames to mark nodes for decommissioning.Step 2: Effect of typo in hostnameIf the hostname is incorrect, the node is not recognized for decommissioning and remains active.Final Answer:The node will not be decommissioned because it is not correctly listed -> Option AQuick Check:Typo in exclude file = Node not decommissioned [OK]Quick Trick: Exclude file hostnames must be exact [OK]Common Mistakes:Assuming node decommissions despite typoThinking cluster shuts down on typoBelieving NameNode ignores exclude file
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