You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by sh...@apache.org on 2010/09/20 19:42:01 UTC

svn commit: r999020 - in /hadoop/hdfs/branches/branch-0.21: CHANGES.txt src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml

Author: shv
Date: Mon Sep 20 17:42:01 2010
New Revision: 999020

URL: http://svn.apache.org/viewvc?rev=999020&view=rev
Log:
HDFS-1411. Merge -r 999017:999018 from trunk to branch 0.21.

Modified:
    hadoop/hdfs/branches/branch-0.21/CHANGES.txt
    hadoop/hdfs/branches/branch-0.21/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml

Modified: hadoop/hdfs/branches/branch-0.21/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.21/CHANGES.txt?rev=999020&r1=999019&r2=999020&view=diff
==============================================================================
--- hadoop/hdfs/branches/branch-0.21/CHANGES.txt (original)
+++ hadoop/hdfs/branches/branch-0.21/CHANGES.txt Mon Sep 20 17:42:01 2010
@@ -525,6 +525,9 @@ Release 0.21.0 - 2010-08-13
 
     HDFS-806. Add new unit tests to the 10-mins 'run-commit-test' target (cos)
 
+    HDFS-1411. Correct backup node startup command in hdfs user guide.
+    (Ching-Shen Chen via shv) 
+
   OPTIMIZATIONS
 
     HDFS-946. NameNode should not return full path name when lisitng a

Modified: hadoop/hdfs/branches/branch-0.21/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.21/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml?rev=999020&r1=999019&r2=999020&view=diff
==============================================================================
--- hadoop/hdfs/branches/branch-0.21/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml (original)
+++ hadoop/hdfs/branches/branch-0.21/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml Mon Sep 20 17:42:01 2010
@@ -366,7 +366,7 @@
    </p> 
    <p>
     The Backup node is configured in the same manner as the Checkpoint node.
-    It is started with <code>bin/hdfs namenode -checkpoint</code>.
+    It is started with <code>bin/hdfs namenode -backup</code>.
    </p>
    <p>The location of the Backup (or Checkpoint) node and its accompanying 
       web interface are configured via the <code>dfs.backup.address</code>