hi all i use hbase 0.94 and when I stop hbase as follow
last week i add configuration to $HBASE_HOME/bin/hbase
elif [ "$COMMAND" = "master" ] ; then
CLASS='org.apache.hadoop.hbase.master.HMaster'
HBASE_OPTS="$HBASE_OPTS -Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=10444"
I add hbase_opts want to remote debug hbase
but now i cannot stop hbase
stopping hbase.../stop-hbase.sh: line 58: 28454 Aborted
(core dumped) nohup nice -n ${HBASE_NICENESS:-0} "$HBASE_HOME"/bin/hbase
--config "${HBASE_CONF_DIR}" master stop "$@" > "$logout" 2>&1 < /dev/null
........................................................................................................................................................................................................................................................................................................................................................................
--
In the Hadoop world, I am just a novice, explore the entire Hadoop
ecosystem, I hope one day I can contribute their own code
YanBit
[email protected]