How does HDFS achieve fault tolerance?

  • Data Compression
  • Data Encryption
  • Data Replication
  • Data Shuffling
HDFS achieves fault tolerance through data replication. Each data block is replicated across multiple nodes in the Hadoop cluster. If a node or block becomes unavailable, the system can retrieve the data from its replicated copies, ensuring data reliability and availability.
Add your answer
Loading...

Leave a comment

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