Question
Erasure coding versus negative coding: what is the difference?
Answer
In the verbose output of a Hadoop or mapred job, you may have seen “INFO mapreduce.JobResourceUploader: Disabling Erasure Coding for path:”
Erasure coding is a fault-tolerant storage mechanism. Like replication the usable capacity of the disks participating in such a mechanism is not fully utilized as in a RAID 0 configuration.
…
Continue reading “What Is the Difference between Erasure Coding and Negative Coding?”