You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@hadoop.apache.org by Zooko O'Whielacronx <zo...@gmail.com> on 2010/03/09 05:19:55 UTC

Re: Fault Tolerancy in core hadoop and HDFS

You might also be interested in hadoop-lafs
(http://code.google.com/p/hadoop-lafs ) which lets Hadoop use
Tahoe-LAFS (http://tahoe-lafs.org ) instead of HDFS. Tahoe-LAFS is a
fault-tolerant distributed data store which uses erasure coding (c.f.
https://issues.apache.org/jira/browse/HDFS-503 ) and SHA-256-based
integrity checks.

Regards,

Zooko