HBASE-1958 Remove '# TODO: PUT BACK vi CHANGES.txt! ''/bin/hadoop dfsadmin -safemode wai'
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@883899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
225fb345f6
commit
0440aab870
|
@ -203,6 +203,8 @@ Release 0.21.0 - Unreleased
|
||||||
HBASE-1987 The Put object has no simple read methods for checking what
|
HBASE-1987 The Put object has no simple read methods for checking what
|
||||||
has already been added (Ryan Smith via Stack)
|
has already been added (Ryan Smith via Stack)
|
||||||
HBASE-1985 change HTable.delete(ArrayList) to HTable.delete(List)
|
HBASE-1985 change HTable.delete(ArrayList) to HTable.delete(List)
|
||||||
|
HBASE-1958 Remove "# TODO: PUT BACK !!! "${HADOOP_HOME}"/bin/hadoop
|
||||||
|
dfsadmin -safemode wait"
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
HBASE-1901 "General" partitioner for "hbase-48" bulk (behind the api, write
|
HBASE-1901 "General" partitioner for "hbase-48" bulk (behind the api, write
|
||||||
|
|
|
@ -32,7 +32,6 @@ bin=`cd "$bin"; pwd`
|
||||||
. "$bin"/hbase-config.sh
|
. "$bin"/hbase-config.sh
|
||||||
|
|
||||||
# start hbase daemons
|
# start hbase daemons
|
||||||
# TODO: PUT BACK !!! "${HADOOP_HOME}"/bin/hadoop dfsadmin -safemode wait
|
|
||||||
errCode=$?
|
errCode=$?
|
||||||
if [ $errCode -ne 0 ]
|
if [ $errCode -ne 0 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue