HBASE-2562 bin/hbase doesn't work in-situ in maven
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@945487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
960a9c0d7a
commit
302ce75933
|
@ -43,7 +43,6 @@ distMode=`$bin/hbase org.apache.hadoop.hbase.HBaseConfTool hbase.cluster.distrib
|
||||||
|
|
||||||
if [ $distMode == 'false' ]
|
if [ $distMode == 'false' ]
|
||||||
then
|
then
|
||||||
echo "Non distributed mode startup"
|
|
||||||
"$bin"/hbase-daemon.sh start master
|
"$bin"/hbase-daemon.sh start master
|
||||||
else
|
else
|
||||||
"$bin"/hbase-daemons.sh --config "${HBASE_CONF_DIR}" start zookeeper
|
"$bin"/hbase-daemons.sh --config "${HBASE_CONF_DIR}" start zookeeper
|
||||||
|
|
Loading…
Reference in New Issue