Skip to content
lalithsuresh edited this page Dec 24, 2011 · 1 revision

KTHFS is an experimental distributed file system that aims to address the scalability and availability concerns of the HDFS Namenode. This is done by having the Namenode store the filesystem's meta-data in a distributed database instead of the Namenode's memory. We currently support only MySQL Cluster.

Have a look at the README to learn how to setup KTHFS.

Clone this wiki locally