You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/08/10 21:49:51 UTC

hbase git commit: HBASE-18262 name of parameter quote need update

Repository: hbase
Updated Branches:
  refs/heads/branch-2 2f88bf6d4 -> 8da096b23


HBASE-18262 name of parameter quote need update

Signed-off-by: Michael Stack <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8da096b2
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8da096b2
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8da096b2

Branch: refs/heads/branch-2
Commit: 8da096b231b236e80e60412d5bef08ded0ab2a1e
Parents: 2f88bf6
Author: dongtao.zhang <zh...@zte.com.cn>
Authored: Fri Jun 23 14:52:02 2017 +0800
Committer: Michael Stack <st...@apache.org>
Committed: Thu Aug 10 14:49:45 2017 -0700

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8da096b2/hbase-common/src/main/resources/hbase-default.xml
----------------------------------------------------------------------
diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml
index 1035c18..d7944f6 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -88,7 +88,7 @@ possible configurations would overwhelm and obscure the important.
     list of ZooKeeper ensemble servers. If HBASE_MANAGES_ZK is set in hbase-env.sh
     this is the list of servers which hbase will start/stop ZooKeeper on as
     part of cluster start/stop.  Client-side, we will take this list of
-    ensemble members and put it together with the hbase.zookeeper.clientPort
+    ensemble members and put it together with the hbase.zookeeper.property.clientPort
     config. and pass it into zookeeper constructor as the connectString
     parameter.</description>
   </property>