Repository: flume
Updated Branches:
  refs/heads/flume-1.7 e7a8b80a0 -> 0f304bab5


Patch for FLUME-2713


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/0f304bab
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/0f304bab
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/0f304bab

Branch: refs/heads/flume-1.7
Commit: 0f304bab5abaa736c95660280e5c8b9bd9b5d84d
Parents: e7a8b80
Author: apaliwal <[email protected]>
Authored: Tue Jul 7 16:53:46 2015 -0700
Committer: apaliwal <[email protected]>
Committed: Tue Jul 7 16:55:57 2015 -0700

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/0f304bab/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst 
b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 024426b..175aa10 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -2241,17 +2241,20 @@ The type is the FQCN: 
org.apache.flume.sink.solr.morphline.MorphlineSolrSink
 
 Required properties are in **bold**.
 
-===================  
=======================================================================  
========================
-Property Name        Default                                                   
               Description
-===================  
=======================================================================  
========================
-**channel**          --
-**type**             --                                                        
               The component type name, needs to be 
``org.apache.flume.sink.solr.morphline.MorphlineSolrSink``
-**morphlineFile**    --                                                        
               The relative or absolute path on the local file system to the 
morphline configuration file. Example: ``/etc/flume-ng/conf/morphline.conf``
-morphlineId          null                                                      
               Optional name used to identify a morphline if there are multiple 
morphlines in a morphline config file
-batchSize            1000                                                      
               The maximum number of events to take per flume transaction.
-batchDurationMillis  1000                                                      
               The maximum duration per flume transaction (ms). The transaction 
commits after this duration or when batchSize is exceeded, whichever comes 
first.
-handlerClass         org.apache.flume.sink.solr.morphline.MorphlineHandlerImpl 
               The FQCN of a class implementing 
org.apache.flume.sink.solr.morphline.MorphlineHandler
-===================  
=======================================================================  
========================
+===============================   
=======================================================================  
========================
+Property Name                     Default                                      
                            Description
+===============================   
=======================================================================  
========================
+**channel**                       --
+**type**                          --                                           
                            The component type name, needs to be 
``org.apache.flume.sink.solr.morphline.MorphlineSolrSink``
+**morphlineFile**                 --                                           
                            The relative or absolute path on the local file 
system to the morphline configuration file. Example: 
``/etc/flume-ng/conf/morphline.conf``
+morphlineId                       null                                         
                            Optional name used to identify a morphline if there 
are multiple morphlines in a morphline config file
+batchSize                         1000                                         
                            The maximum number of events to take per flume 
transaction.
+batchDurationMillis               1000                                         
                            The maximum duration per flume transaction (ms). 
The transaction commits after this duration or when batchSize is exceeded, 
whichever comes first.
+handlerClass                      
org.apache.flume.sink.solr.morphline.MorphlineHandlerImpl                The 
FQCN of a class implementing 
org.apache.flume.sink.solr.morphline.MorphlineHandler
+isProductionMode                  false                                        
                            This flag should be enabled for mission critical, 
large-scale online production systems that need to make progress without 
downtime when unrecoverable exceptions occur. Corrupt or malformed parser input 
data, parser bugs, and errors related to unknown Solr schema fields produce 
unrecoverable exceptions.
+recoverableExceptionClasses       
org.apache.solr.client.solrj.SolrServerException                         Comma 
separated list of recoverable exceptions that tend to be transient, in which 
case the corresponding task can be retried. Examples include network connection 
errors, timeouts, etc. When the production mode flag is set to true, the 
recoverable exceptions configured using this parameter will not be ignored and 
hence will lead to retries.
+isIgnoringRecoverableExceptions   false                                        
                            This flag should be enabled, if an unrecoverable 
exception is accidentally misclassified as recoverable. This enables the sink 
to make progress and avoid retrying an event forever.
+===============================   
=======================================================================  
========================
 
 Example for agent named a1:
 

Reply via email to