You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by br...@apache.org on 2013/01/23 23:58:22 UTC

git commit: FLUME-1868: FlumeUserGuide mentions wrong FQCN for JSONHandler

Updated Branches:
  refs/heads/trunk 07f4516f2 -> c7a8ece37


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/c7a8ece3
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/c7a8ece3
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/c7a8ece3

Branch: refs/heads/trunk
Commit: c7a8ece37e443b54e2450815c4b3e03a011f3363
Parents: 07f4516
Author: Brock Noland <br...@apache.org>
Authored: Wed Jan 23 16:57:51 2013 -0600
Committer: Brock Noland <br...@apache.org>
Committed: Wed Jan 23 16:57:51 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/c7a8ece3/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: