Pārlūkot izejas kodu

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

(cherry picked from commit 619e490333fa89601fd476dedac6d16610e9a52a)
Yiqun Lin 6 gadi atpakaļ
vecāks
revīzija
dd70adf318

+ 1 - 1
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.