Skip to content

Start Stop HBase

Zhamri Che Ani edited this page Nov 29, 2023 · 4 revisions
/usr/local/Cellar/hbase/2.5.6/bin

/usr/local/Cellar/hbase/2.5.6/libexec/bin

Start using brew

brew services list
brew services start hbase

Start

% cd $HBASE_HOME
% ./bin/start-hbase.sh
% ./bin/local-master-backup.sh start 2
% ./bin/./local-regionservers.sh start 3

Stop

% ./bin/./local-regionservers.sh stop 3
% ls /tmp
% cat /tmp/hbase-<YOUR USER NAME>-2-master.pid|xargs kill -9
% ./bin/stop-hbase.sh

Start regionserver

hbase-daemon.sh start regionserver

Clone this wiki locally