Repository: hadoop
Updated Branches:
  refs/heads/trunk 8a9d293dd -> a3f93beaa


HDFS-10582. Change deprecated configuration fs.checkpoint.dir to 
dfs.namenode.checkpoint.dir in HDFS Commands Doc. Contributed by Pan Yuxuan.


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

Branch: refs/heads/trunk
Commit: a3f93beaa19d9acb7b1db2958102d0004b0eee46
Parents: 8a9d293
Author: Akira Ajisaka <[email protected]>
Authored: Wed Jul 6 17:51:42 2016 -0700
Committer: Akira Ajisaka <[email protected]>
Committed: Wed Jul 6 17:51:42 2016 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/a3f93bea/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
index 39e8991..cbc293f 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
@@ -541,7 +541,7 @@ Usage:
 | `-upgradeOnly` `[-clusterid cid]` [`-renameReserved` \<k-v pairs\>] | 
Upgrade the specified NameNode and then shutdown it. |
 | `-rollback` | Rollback the NameNode to the previous version. This should be 
used after stopping the cluster and distributing the old Hadoop version. |
 | `-rollingUpgrade` \<rollback\|started\> | See [Rolling Upgrade 
document](./HdfsRollingUpgrade.html#NameNode_Startup_Options) for the detail. |
-| `-importCheckpoint` | Loads image from a checkpoint directory and save it 
into the current one. Checkpoint dir is read from property fs.checkpoint.dir |
+| `-importCheckpoint` | Loads image from a checkpoint directory and save it 
into the current one. Checkpoint dir is read from property 
dfs.namenode.checkpoint.dir |
 | `-initializeSharedEdits` | Format a new shared edits dir and copy in enough 
edit log segments so that the standby NameNode can start up. |
 | `-bootstrapStandby` | Allows the standby NameNode's storage directories to 
be bootstrapped by copying the latest namespace snapshot from the active 
NameNode. This is used when first configuring an HA cluster. |
 | `-recover` `[-force]` | Recover lost metadata on a corrupt filesystem. See 
[HDFS User Guide](./HdfsUserGuide.html#Recovery_Mode) for the detail. |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to