This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch HBASE-29914
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/HBASE-29914 by this push:
new 41d4d18bc9a add more output
41d4d18bc9a is described below
commit 41d4d18bc9a8e139c2216c9c79c6af09abff22ba
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Feb 25 16:15:09 2026 +0800
add more output
---
bin/hbase | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/hbase b/bin/hbase
index 5b9b8014b5f..8253900ee34 100755
--- a/bin/hbase
+++ b/bin/hbase
@@ -59,6 +59,9 @@
#
# HBASE_HBCK_OPTS Extra options passed to hbck.
# Defaults to HBASE_SERVER_JAAS_OPTS if specified, or
HBASE_REGIONSERVER_OPTS.
+
+set -x
+
bin=`dirname "$0"`
bin=`cd "$bin">/dev/null; pwd`
@@ -840,6 +843,7 @@ for f in
${HBASE_HOME}/lib/client-facing-thirdparty/log4j*.jar; do
done
# Exec unless HBASE_NOEXEC is set.
+echo $CLASSPATH
export CLASSPATH
if [ "${DEBUG}" = "true" ]; then
echo "classpath=${CLASSPATH}" >&2