Author: shv
Date: Mon Sep 20 17:39:26 2010
New Revision: 999018
URL: http://svn.apache.org/viewvc?rev=999018&view=rev
Log:
HDFS-1411. Correct backup node startup command in hdfs user guide. Contributed
by Ching-Shen Chen.
Modified:
hadoop/hdfs/trunk/CHANGES.txt
hadoop/hdfs/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=999018&r1=999017&r2=999018&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Mon Sep 20 17:39:26 2010
@@ -796,6 +796,9 @@ Release 0.21.0 - Unreleased
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/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml?rev=999018&r1=999017&r2=999018&view=diff
==============================================================================
---
hadoop/hdfs/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
(original)
+++
hadoop/hdfs/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
Mon Sep 20 17:39:26 2010
@@ -370,7 +370,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>