How does Hadoop ensure data durability in the event of a single node failure?

  • Data Compression
  • Data Encryption
  • Data Replication
  • Data Shuffling
Hadoop ensures data durability through data replication. Each data block is replicated across multiple nodes in the cluster, and in the event of a single node failure, the data can still be accessed from the replicated copies, ensuring fault tolerance and data availability.
Add your answer
Loading...

Leave a comment

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