Author: bessbd
Date: Mon Oct 17 12:34:04 2016
New Revision: 1765259

URL: http://svn.apache.org/viewvc?rev=1765259&view=rev
Log:
Update the website for Apache Flume 1.7.0


Added:
    flume/site/trunk/content/sphinx/releases/1.7.0.rst
Modified:
    flume/site/trunk/content/sphinx/FlumeDeveloperGuide.rst
    flume/site/trunk/content/sphinx/FlumeUserGuide.rst
    flume/site/trunk/content/sphinx/download.rst
    flume/site/trunk/content/sphinx/index.rst
    flume/site/trunk/content/sphinx/releases/1.6.0.rst
    flume/site/trunk/content/sphinx/releases/index.rst

Modified: flume/site/trunk/content/sphinx/FlumeDeveloperGuide.rst
URL: 
http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/FlumeDeveloperGuide.rst?rev=1765259&r1=1765258&r2=1765259&view=diff
==============================================================================
--- flume/site/trunk/content/sphinx/FlumeDeveloperGuide.rst (original)
+++ flume/site/trunk/content/sphinx/FlumeDeveloperGuide.rst Mon Oct 17 12:34:04 
2016
@@ -15,7 +15,7 @@
 
 
 ======================================
-Flume 1.6.0 Developer Guide
+Flume 1.7.0 Developer Guide
 ======================================
 
 Introduction
@@ -573,23 +573,23 @@ Required properties are in **bold**.
 Property Name          Default           Description
 =====================  ================  
======================================================================
 source.type            embedded          The only available source is the 
embedded source.
-**channel.type**       --                Either ``memory`` or ``file`` which 
correspond 
+**channel.type**       --                Either ``memory`` or ``file`` which 
correspond
                                         to MemoryChannel and FileChannel 
respectively.
 channel.*              --                Configuration options for the channel 
type requested,
                                         see MemoryChannel or FileChannel user 
guide for an exhaustive list.
 **sinks**              --                List of sink names
-**sink.type**          --                Property name must match a name in 
the list of sinks. 
+**sink.type**          --                Property name must match a name in 
the list of sinks.
                                         Value must be ``avro``
-sink.*                 --                Configuration options for the sink. 
+sink.*                 --                Configuration options for the sink.
                                         See AvroSink user guide for an 
exhaustive list,
                                         however note AvroSink requires at 
least hostname and port.
 **processor.type**     --                Either ``failover`` or 
``load_balance`` which correspond
                                         to FailoverSinksProcessor and 
LoadBalancingSinkProcessor respectively.
 processor.*            --                Configuration options for the sink 
processor selected.
-                                        See FailoverSinksProcessor and 
LoadBalancingSinkProcessor 
+                                        See FailoverSinksProcessor and 
LoadBalancingSinkProcessor
                                         user guide for an exhaustive list.
 source.interceptors    --                Space-separated list of interceptors
-source.interceptors.*  --                Configuration options for individual 
interceptors 
+source.interceptors.*  --                Configuration options for individual 
interceptors
                                         specified in the source.interceptors 
property
 =====================  ================  
======================================================================
 


Reply via email to