瀏覽代碼

HADOOP-1989. Remove 'datanodecluster' command from bin/hadoop. Contributed by Sanjay Radia.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@612674 13f79535-47bb-0310-9956-ffa450edef68
Konstantin Shvachko 17 年之前
父節點
當前提交
b9e899a62a
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 3 0
      CHANGES.txt
  2. 0 1
      bin/hadoop

+ 3 - 0
CHANGES.txt

@@ -248,6 +248,9 @@ Trunk (unreleased changes)
     HADOOP-2449. A return of the non-MR version of NNBench.
     (Sanjay Radia via shv)
 
+    HADOOP-1989. Remove 'datanodecluster' command from bin/hadoop.
+    (Sanjay Radia via shv)
+
   OPTIMIZATIONS
 
     HADOOP-1898.  Release the lock protecting the last time of the last stack

+ 0 - 1
bin/hadoop

@@ -36,7 +36,6 @@ if [ $# = 0 ]; then
   echo "  secondarynamenode    run the DFS secondary namenode"
   echo "  namenode             run the DFS namenode"
   echo "  datanode             run a DFS datanode"
-  echo "  datanodecluster      run a DFS datanode cluster"
   echo "  dfsadmin             run a DFS admin client"
   echo "  fsck                 run a DFS filesystem checking utility"
   echo "  fs                   run a generic filesystem user client"