Bird
0
0

An admin tries to decommission a node but the exclude file has a typo in the hostname. What is the expected behavior?

medium📝 Debug Q7 of 15
Hadoop - Cluster Administration
An 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 listed
BThe node will be decommissioned anyway
CThe cluster will shut down
DThe NameNode will ignore the exclude file
Step-by-Step Solution
Solution:
  1. Step 1: Understand exclude file matching

    The exclude file must list exact hostnames to mark nodes for decommissioning.
  2. Step 2: Effect of typo in hostname

    If the hostname is incorrect, the node is not recognized for decommissioning and remains active.
  3. Final Answer:

    The node will not be decommissioned because it is not correctly listed -> Option A
  4. Quick Check:

    Typo in exclude file = Node not decommissioned [OK]
Quick Trick: Exclude file hostnames must be exact [OK]
Common Mistakes:
  • Assuming node decommissions despite typo
  • Thinking cluster shuts down on typo
  • Believing NameNode ignores exclude file

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes