HBASE-2083 [EC2] HDFS DataNode no longer required on master

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2009-12-31 17:36:46 +00:00
parent 98637a0bfb
commit b9d6604a94
2 changed files with 4 additions and 3 deletions

View File

@ -148,7 +148,6 @@ Release 0.21.0 - Unreleased
(Lars George via JD)
HBASE-2082 TableInputFormat is ignoring input scan's stop row setting
(Scott Wang via Andrew Purtell)
HBASE-2080 [EC2] Support multivolume local instance storage
IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable
@ -265,13 +264,16 @@ Release 0.21.0 - Unreleased
times
HBASE-2062 Metrics documentation outdated (Lars George via JD)
HBASE-2045 Update trunk and branch zk to just-release 3.2.2.
HBASE-2074 Improvements to the hadoop-config script (Bassam Tabbara via Stack)
HBASE-2074 Improvements to the hadoop-config script (Bassam Tabbara via
Stack)
HBASE-2076 Many javadoc warnings
HBASE-2068 MetricsRate is missing "registry" parameter (Lars George via JD)
HBASE-2025 0.20.2 accessed from older client throws
UndeclaredThrowableException; frustrates rolling upgrade
HBASE-2081 Set the retries higher in shell since client pause is lower
HBASE-1956 Export HDFS read and write latency as a metric
HBASE-2080 [EC2] Support multivolume local instance storage
HBASE-2083 [EC2] HDFS DataNode no longer required on master
NEW FEATURES
HBASE-1901 "General" partitioner for "hbase-48" bulk (behind the api, write

View File

@ -223,7 +223,6 @@ if [ "$IS_MASTER" = "true" ]; then
# only format on first boot
[ ! -e /mnt/hadoop/dfs/name ] && "$HADOOP_HOME"/bin/hadoop namenode -format
"$HADOOP_HOME"/bin/hadoop-daemon.sh start namenode
"$HADOOP_HOME"/bin/hadoop-daemon.sh start datanode
"$HADOOP_HOME"/bin/hadoop-daemon.sh start jobtracker
"$HBASE_HOME"/bin/hbase-daemon.sh start master
else