diff --git a/Hadoop-Compatible-File-System.md b/Hadoop-Compatible-File-System.md index 88fabb3..fde5381 100644 --- a/Hadoop-Compatible-File-System.md +++ b/Hadoop-Compatible-File-System.md @@ -125,24 +125,6 @@ And modify the configuration at runntime: myApp.jar ``` -# Installation for HBase - -Copy the seaweedfs-hadoop2-client-x.x.x.jar to `${HBASE_HOME}/lib`. - -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 - - -``` # Supported HDFS Operations ```