Updated Hadoop Compatible File System (markdown)

Chris Lu 2019-09-03 01:08:00 -07:00
parent 4fd4c80464
commit 48b12848f8

@ -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`:
```
<configuration>
<property>
<name>hbase.rootdir</name>
<value>seaweedfs://localhost:8888/hbase</value>
</property>
<property>
<name>fs.seaweedfs.impl</name>
<value>seaweed.hdfs.SeaweedFileSystem</value>
</property>
</configuration>
```
# Supported HDFS Operations
```