Repository: flume Updated Branches: refs/heads/trunk a103a6771 -> 4a91456a7
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/4a91456a Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/4a91456a Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/4a91456a Branch: refs/heads/trunk Commit: 4a91456a72276e19e1a63d6a4df214bccef2bac8 Parents: a103a67 Author: Hari Shreedharan <[email protected]> Authored: Thu Feb 19 14:20:28 2015 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Thu Feb 19 14:21:09 2015 -0800 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/4a91456a/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 ==============================
