Skip to content

Commit 2b2acb0

Browse files
authored
HDFS-17682. Fix incorrect command of fs2img tool. (#7206). Contributed by fuchaohong.
1 parent 86d8fa6 commit 2b2acb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsProvidedStorage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Assign all files to be owned by "rmarathe", write to gzip compressed text:
124124
hadoop org.apache.hadoop.hdfs.server.namenode.FileSystemImage \
125125
-Dhdfs.image.writer.ugi.single.user=rmarathe \
126126
-Ddfs.provided.aliasmap.text.codec=gzip \
127-
-Ddfs.provided.aliasmap.text.write.dir=file:///tmp/
127+
-Ddfs.provided.aliasmap.text.write.dir=file:///tmp/ \
128128
-b org.apache.hadoop.hdfs.server.common.blockaliasmap.impl.TextFileRegionAliasMap \
129129
-u org.apache.hadoop.hdfs.server.namenode.SingleUGIResolver \
130130
-o file:///tmp/name \

0 commit comments

Comments
 (0)