Modified: websites/staging/flume/trunk/content/_sources/FlumeDeveloperGuide.txt
==============================================================================
--- websites/staging/flume/trunk/content/_sources/FlumeDeveloperGuide.txt
(original)
+++ websites/staging/flume/trunk/content/_sources/FlumeDeveloperGuide.txt Mon
Oct 17 12:35:17 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
===================== ================
======================================================================