From fca46041fb3b055db38733b332c84c42fe646f8b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 8 Nov 2020 23:20:34 -0800 Subject: [PATCH] Updated run HBase on SeaweedFS (markdown) --- run-HBase-on-SeaweedFS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-HBase-on-SeaweedFS.md b/run-HBase-on-SeaweedFS.md index 8516e53..beebeb3 100644 --- a/run-HBase-on-SeaweedFS.md +++ b/run-HBase-on-SeaweedFS.md @@ -1,7 +1,7 @@ # 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. Copy the seaweedfs-hadoop2-client-1.5.3.jar to `${HBASE_HOME}/lib` 1. And add the following 2 properties in `${HBASE_HOME}/conf/hbase-site.xml` ```