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:
Michael Stack 2010-05-18 04:22:37 +00:00
parent 960a9c0d7a
commit 302ce75933
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ distMode=`$bin/hbase org.apache.hadoop.hbase.HBaseConfTool hbase.cluster.distrib
if [ $distMode == 'false' ]
then
echo "Non distributed mode startup"
"$bin"/hbase-daemon.sh start master
else
"$bin"/hbase-daemons.sh --config "${HBASE_CONF_DIR}" start zookeeper