What strategy does Hadoop employ to balance load and ensure data availability across the cluster?

  • Data Replication
  • Data Shuffling
  • Load Balancing
  • Task Scheduling
Hadoop employs the strategy of data replication to balance load and ensure data availability across the cluster. Data is replicated across multiple nodes, providing fault tolerance and enabling parallel processing by allowing tasks to be executed on the closest available data copy.
Add your answer
Loading...

Leave a comment

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