Repository: flume Updated Branches: refs/heads/flume-1.6 25013c48c -> a52545871
FLUME-2214. File Channel Integrity Toll documentation. (Ashish Paliwal via Hari) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/a5254587 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/a5254587 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/a5254587 Branch: refs/heads/flume-1.6 Commit: a52545871381ece4dc5db17cbc5b0e9536a757d3 Parents: 25013c4 Author: Hari Shreedharan <[email protected]> Authored: Thu Feb 19 14:20:28 2015 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Thu Feb 19 14:20:28 2015 -0800 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/a5254587/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 912342c..47e899d 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -3666,6 +3666,32 @@ metrics as long values. } +Tools +===== + +File Channel Integrity Tool +--------------------------- + +File Channel Integrity tool verifies the integrity of individual Events in the File channel +and removes corrupted Events. + +The tools can be run as follows:: + + $bin/flume-ng tool --conf ./conf FCINTEGRITYTOOL -l ./datadir + +where datadir the comma separated list of data directory to ve verified. + +Following are the options available + +======================= ==================================================================== +Option Name Description +======================= ==================================================================== +h/help Displays help +**l/dataDirs** Comma-separated list of data directories which the tool must verify +======================= ==================================================================== + + + Topology Design Considerations ==============================
