You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aw...@apache.org on 2015/02/09 21:56:53 UTC

hadoop git commit: HDFS-7669. HDFS Design Doc references commands that no longer exist. (Brahma Reddy Battula via aw)

Repository: hadoop
Updated Branches:
  refs/heads/trunk 576459801 -> fcad031d7


HDFS-7669. HDFS Design Doc references commands that no longer exist. (Brahma Reddy Battula via aw)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fcad031d
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fcad031d
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fcad031d

Branch: refs/heads/trunk
Commit: fcad031d72508251b38eb5b96c02434a285e090d
Parents: 5764598
Author: Allen Wittenauer <aw...@apache.org>
Authored: Mon Feb 9 12:56:48 2015 -0800
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Mon Feb 9 12:56:48 2015 -0800

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt             |  3 +++
 .../hadoop-hdfs/src/site/apt/HdfsDesign.apt.vm          | 12 +++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/fcad031d/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 0d9000a..74474ee 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -290,6 +290,9 @@ Trunk (Unreleased)
     HDFS-7670. HDFS Quota guide has typos, incomplete command lines
     (Brahma Reddy Battula via aw)
 
+    HDFS-7669. HDFS Design Doc references commands that no longer exist.
+    (Brahma Reddy Battula via aw)
+
 Release 2.7.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/fcad031d/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsDesign.apt.vm
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsDesign.apt.vm b/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsDesign.apt.vm
index 9cd95fa..00628b1 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsDesign.apt.vm
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsDesign.apt.vm
@@ -13,9 +13,7 @@
   ---
   HDFS Architecture
   ---
-  Dhruba Borthakur
-  ---
-  ${maven.build.timestamp}
+    ${maven.build.timestamp}
 
 HDFS Architecture
 
@@ -439,7 +437,7 @@ HDFS Architecture
 *---------+---------+
 | Create a directory named <<</foodir>>> | <<<bin/hadoop dfs -mkdir /foodir>>>
 *---------+---------+
-| Remove a directory named <<</foodir>>> | <<<bin/hadoop dfs -rmr /foodir>>>
+| Remove a directory named <<</foodir>>> | <<<bin/hadoop fs -rm -R /foodir>>>
 *---------+---------+
 | View the contents of a file named <<</foodir/myfile.txt>>> | <<<bin/hadoop dfs -cat /foodir/myfile.txt>>>
 *---------+---------+
@@ -456,11 +454,11 @@ HDFS Architecture
 *---------+---------+
 || Action | Command
 *---------+---------+
-|Put the cluster in Safemode              | <<<bin/hadoop dfsadmin -safemode enter>>>
+|Put the cluster in Safemode              | <<<bin/hdfs dfsadmin -safemode enter>>>
 *---------+---------+
-|Generate a list of DataNodes             | <<<bin/hadoop dfsadmin -report>>>
+|Generate a list of DataNodes             | <<<bin/hdfs dfsadmin -report>>>
 *---------+---------+
-|Recommission or decommission DataNode(s) | <<<bin/hadoop dfsadmin -refreshNodes>>>
+|Recommission or decommission DataNode(s) | <<<bin/hdfs dfsadmin -refreshNodes>>>
 *---------+---------+
 
 ** Browser Interface