Repository: hadoop
Updated Branches:
  refs/heads/branch-3.1 86a1ad442 -> dd70adf31


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/dd70adf3
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dd70adf3
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dd70adf3

Branch: refs/heads/branch-3.1
Commit: dd70adf3184ce6a280df51bd84cfcfdadbb33b32
Parents: 86a1ad4
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:08:28 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/dd70adf3/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