Bird
0
0

A Hadoop cluster configuration file has the property dfs.replication=2, but the cluster requires triple replication for fault tolerance. What is the error?

medium📝 Debug Q6 of 15
Hadoop - Cluster Administration
A Hadoop cluster configuration file has the property dfs.replication=2, but the cluster requires triple replication for fault tolerance. What is the error?
AReplication factor is set too low
BReplication factor is set too high
CProperty name is incorrect
DReplication factor cannot be changed
Step-by-Step Solution
Solution:
  1. Step 1: Understand replication factor

    Replication factor defines how many copies of data exist; triple replication means factor 3.
  2. Step 2: Identify mismatch

    Current setting is 2, which is less than required 3, so it's too low.
  3. Final Answer:

    Replication factor is set too low -> Option A
  4. Quick Check:

    Replication factor < required = too low [OK]
Quick Trick: Replication factor must match fault tolerance needs [OK]
Common Mistakes:
  • Assuming property name is wrong
  • Thinking replication factor can't be changed
  • Setting replication factor too high

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes