Bird
0
0

A Hadoop cluster admin notices frequent node failures causing job delays. Which combined action best improves reliability?

hard📝 Application Q15 of 15
Hadoop - Cluster Administration
A Hadoop cluster admin notices frequent node failures causing job delays. Which combined action best improves reliability?
AReduce replication factor and restart the cluster daily.
BDisable monitoring tools and rely on manual checks.
CIncrease replication factor and set up automated node monitoring alerts.
DRun all jobs on a single node to avoid network issues.
Step-by-Step Solution
Solution:
  1. Step 1: Understand impact of replication factor

    Increasing replication factor stores more copies of data, protecting against node failures.
  2. Step 2: Importance of automated monitoring

    Automated alerts help detect node issues quickly, enabling fast fixes and reducing delays.
  3. Step 3: Evaluate other options

    Reducing replication lowers reliability; disabling monitoring delays issue detection; running jobs on one node risks overload and failure.
  4. Final Answer:

    Increase replication factor and set up automated node monitoring alerts. -> Option C
  5. Quick Check:

    Replication + monitoring = better reliability [OK]
Quick Trick: More copies + alerts = fewer failures [OK]
Common Mistakes:
  • Thinking fewer copies improve reliability
  • Ignoring monitoring importance
  • Running jobs on single node risks failure

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes