From 48b12848f8f0c7d7ea66f7a9527ab3b246f148df Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 3 Sep 2019 01:08:00 -0700 Subject: [PATCH] Updated Hadoop Compatible File System (markdown) --- Hadoop-Compatible-File-System.md | 18 ------------------ 1 file changed, 18 deletions(-) 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 ```