thank for you help i use hbase-daemon.sh stop master/regionserver can stop i will check my hbase script
2013/8/21 Stas Maksimov <[email protected]> > Hello, > > Can you revert to the original bin/hbase script to make sure there's no > errors in the script? > > Typically you don't need to change any of the HBase scripts, but you can > control the HBase environment by changing conf/hbase-env.sh (you can set > your extra HBASE_OPTS there). > > Thanks, > Stas > > > On 21 August 2013 07:37, 闫昆 <[email protected]> wrote: > > > 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] > > > -- 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]
