Repository: hadoop Updated Branches: refs/heads/branch-2 34b814280 -> b01eaa3b4 refs/heads/trunk 5b6bae009 -> caa711b66
HDFS-9160. [OIV-Doc] : Missing details of 'delimited' for processor options (Contributed by nijel) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/caa711b6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/caa711b6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/caa711b6 Branch: refs/heads/trunk Commit: caa711b660ce73c0f6bf97e3499d157a3a2daaea Parents: 5b6bae0 Author: Vinayakumar B <[email protected]> Authored: Tue Oct 13 18:13:01 2015 +0530 Committer: Vinayakumar B <[email protected]> Committed: Tue Oct 13 18:13:01 2015 +0530 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/site/markdown/HdfsImageViewer.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/caa711b6/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 2a44ea6..89fe7f4 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -2027,6 +2027,9 @@ Release 2.8.0 - UNRELEASED HDFS-9224. TestFileTruncate fails intermittently with BindException (Brahma Reddy Battula via vinayakumarb) + HDFS-9160. [OIV-Doc] : Missing details of 'delimited' for processor options + (nijel via vinayakumarb) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/caa711b6/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsImageViewer.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsImageViewer.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsImageViewer.md index 155d3f9..77219d3 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsImageViewer.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsImageViewer.md @@ -141,7 +141,7 @@ Options |:---- |:---- | | `-i`\|`--inputFile` *input file* | Specify the input fsimage file to process. Required. | | `-o`\|`--outputFile` *output file* | Specify the output filename, if the specified output processor generates one. If the specified file already exists, it is silently overwritten. (output to stdout by default)\| -| `-p`\|`--processor` *processor* | Specify the image processor to apply against the image file. Currently valid options are Web (default), XML and FileDistribution. | +| `-p`\|`--processor` *processor* | Specify the image processor to apply against the image file. Currently valid options are Web (default), XML, Delimited and FileDistribution. | | `-addr` *address* | Specify the address(host:port) to listen. (localhost:5978 by default). This option is used with Web processor. | | `-maxSize` *size* | Specify the range [0, maxSize] of file sizes to be analyzed in bytes (128GB by default). This option is used with FileDistribution processor. | | `-step` *size* | Specify the granularity of the distribution in bytes (2MB by default). This option is used with FileDistribution processor. |
