소스 검색

HDFS-17682. Fix incorrect command of fs2img tool. (#7206). Contributed by fuchaohong.

fuchaohong 5 달 전
부모
커밋
2b2acb028c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsProvidedStorage.md

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

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