diff --git a/run-HBase-on-SeaweedFS.md b/run-HBase-on-SeaweedFS.md new file mode 100644 index 0000000..ff3b3b9 --- /dev/null +++ b/run-HBase-on-SeaweedFS.md @@ -0,0 +1,18 @@ +# Installation for HBase + +Two steps to run HBase on SeaweedFS +1. Copy the seaweedfs-hadoop2-client-x.x.x.jar to `${HBASE_HOME}/lib` +1. And add the following 2 properties in `${HBASE_HOME}/conf/hbase-site.xml` + +``` + + + hbase.rootdir + seaweedfs://localhost:8888/hbase + + + fs.seaweedfs.impl + seaweed.hdfs.SeaweedFileSystem + + +```