Repository: hadoop
Updated Branches:
  refs/heads/branch-3.2 b3ac88693 -> 62d02eecd


HDFS-13957. Fix incorrect option used in description of InMemoryAliasMap.

(cherry picked from commit 619e490333fa89601fd476dedac6d16610e9a52a)


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

Branch: refs/heads/branch-3.2
Commit: 62d02eecd0079a9f1fbfb18743c5324a61a03a7c
Parents: b3ac886
Author: Yiqun Lin <yq...@apache.org>
Authored: Fri Oct 5 09:55:08 2018 +0800
Committer: Yiqun Lin <yq...@apache.org>
Committed: Fri Oct 5 10:09:22 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/62d02eec/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsProvidedStorage.md
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsProvidedStorage.md 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsProvidedStorage.md
index b8d5321..21145e6 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsProvidedStorage.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsProvidedStorage.md
@@ -152,7 +152,7 @@ Currently, the following two types of alias maps are 
supported.
 
 This is a LevelDB-based alias map that runs as a separate server in Namenode.
 The alias map itself can be created using the `fs2img` tool using the option
-`-Ddfs.provided.aliasmap.leveldb.path=file:///path/to/leveldb/map/dingos.db -o 
org.apache.hadoop.hdfs.server.common.blockaliasmap.impl.LevelDBFileRegionAliasMap`
+`-Ddfs.provided.aliasmap.leveldb.path=file:///path/to/leveldb/map/dingos.db -b 
org.apache.hadoop.hdfs.server.common.blockaliasmap.impl.LevelDBFileRegionAliasMap`
 as in the example above.
 
 Datanodes contact this alias map using the 
`org.apache.hadoop.hdfs.server.aliasmap.InMemoryAliasMapProtocol` protocol.


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to