Updated Branches: refs/heads/flume-1.4 352729ba7 -> f00492f21
FLUME-1868: FlumeUserGuide mentions wrong FQCN for JSONHandler (Hari Shreedharan via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/f00492f2 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/f00492f2 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/f00492f2 Branch: refs/heads/flume-1.4 Commit: f00492f211820ee5f386857c7000cfe3b3b39d3a Parents: 352729b Author: Brock Noland <[email protected]> Authored: Wed Jan 23 16:57:51 2013 -0600 Committer: Brock Noland <[email protected]> Committed: Wed Jan 23 16:58:06 2013 -0600 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/f00492f2/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index eb490ad..b2c58de 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -1013,18 +1013,18 @@ unavailable status. All events sent in one post request are considered to be one batch and inserted into the channel in one transaction. -============== =========================================== ==================================================================== -Property Name Default Description -============== =========================================== ==================================================================== -**type** The component type name, needs to be ``http`` -**port** -- The port the source should bind to. -handler ``org.apache.flume.http.JSONHandler`` The FQCN of the handler class. -handler.* -- Config parameters for the handler -selector.type replicating replicating or multiplexing -selector.* Depends on the selector.type value -interceptors -- Space separated list of interceptors +============== ============================================ ==================================================================== +Property Name Default Description +============== ============================================ ==================================================================== +**type** The component type name, needs to be ``http`` +**port** -- The port the source should bind to. +handler ``org.apache.flume.source.http.JSONHandler`` The FQCN of the handler class. +handler.* -- Config parameters for the handler +selector.type replicating replicating or multiplexing +selector.* Depends on the selector.type value +interceptors -- Space separated list of interceptors interceptors.* -================================================================================================================================= +================================================================================================================================== For example, a http source for agent named a1:
