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 2019/01/16 05:51:02 UTC

[hbase] branch master updated: HBASE-21612, Add developer debug options in HBase Config for REST server

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ca1b64  HBASE-21612, Add developer debug options in HBase Config for REST server
5ca1b64 is described below

commit 5ca1b64be5f1e0fa678dfe6d4c8dd787013ea2e2
Author: Pankaj <pa...@huawei.com>
AuthorDate: Wed Dec 19 00:03:21 2018 +0530

    HBASE-21612, Add developer debug options in HBase Config for REST server
---
 conf/hbase-env.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh
index 9851736..b05d9a3 100644
--- a/conf/hbase-env.sh
+++ b/conf/hbase-env.sh
@@ -107,6 +107,7 @@ export HBASE_OPTS="$HBASE_OPTS -XX:+UseConcMarkSweepGC"
 # export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8071"
 # export HBASE_THRIFT_OPTS="$HBASE_THRIFT_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8072"
 # export HBASE_ZOOKEEPER_OPTS="$HBASE_ZOOKEEPER_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8073"
+# export HBASE_REST_OPTS="$HBASE_REST_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8074"
 
 # A string representing this instance of hbase. $USER by default.
 # export HBASE_IDENT_STRING=$USER