A ____ strategy is essential to handle node failures in a Hadoop cluster.

  • Load Balancing
  • Partitioning
  • Replication
  • Shuffling
A Replication strategy is essential to handle node failures in a Hadoop cluster. HDFS uses replication to ensure fault tolerance by storing multiple copies (replicas) of data across different nodes in the cluster. This redundancy helps in recovering from node failures.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *