Skip to content
leeychee edited this page Oct 14, 2014 · 2 revisions

Welcome to the hbase-fs wiki!

hbase-fs is a flat file system build on HBase to simplify reading & writing file on HBase.

Just add the hbase-fs to your pom's dependency;

hbase-fs is a maven project. So,

  1. you need a maven;
  2. enter the project dirctory;
  3. run mvn package

todo

Clone this wiki locally