HDFS-13957. Fix incorrect option used in description of InMemoryAliasMap.
This commit is contained in:
parent
cc2babc1f7
commit
619e490333
|
@ -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.
|
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
|
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.
|
as in the example above.
|
||||||
|
|
||||||
Datanodes contact this alias map using the `org.apache.hadoop.hdfs.server.aliasmap.InMemoryAliasMapProtocol` protocol.
|
Datanodes contact this alias map using the `org.apache.hadoop.hdfs.server.aliasmap.InMemoryAliasMapProtocol` protocol.
|
||||||
|
|
Loading…
Reference in New Issue