HBASE-14768 bin/graceful_stop.sh logs nothing as a balancer state to be stored (Hiroshi Ikeda)

This commit is contained in:
stack 2015-11-04 21:51:28 -08:00
parent 21b607e322
commit 050ebe850b
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ fi
# Restore balancer state
if [ $HBASE_BALANCER_STATE != "false" ]; then
log "Restoring balancer state to " $HBASE_BALANCER_STATE
log "Restoring balancer state to $HBASE_BALANCER_STATE"
echo "balance_switch $HBASE_BALANCER_STATE" | "$bin"/hbase --config ${HBASE_CONF_DIR} shell &> /dev/null
fi