Reputation: 998
As per the Hadoop 3.x release notes, they have introduced Erasure coding to overcome the problems with storage.
Erasure coding, a new feature in HDFS, can reduce storage overhead by approximately 50% compared to replication while maintaining the same durability guarantees.
can someone explain me how Erasure coding is used in fault tolerant way with less space overhead?
Upvotes: 0
Views: 225
Reputation: 12778
To understand the how HDFS Erasure Coding works and reduces the storage space.
Refer: “Introduction to HDFS Erasure Coding in Apache Hadoop”.
Upvotes: 1