Updated Branches:
  refs/heads/flume-1.3.0 df969d394 -> 9abd3d53d

FLUME-1547. AvroSink example is wrong in the User Guide.

(Mike Percy via Hari Shreedharan)


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

Branch: refs/heads/flume-1.3.0
Commit: 9abd3d53da64e1dea137fd461d9d17875c8b72d7
Parents: df969d3
Author: Hari Shreedharan <[email protected]>
Authored: Tue Sep 25 18:02:51 2012 -0700
Committer: Hari Shreedharan <[email protected]>
Committed: Tue Sep 25 18:03:57 2012 -0700

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/9abd3d53/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst 
b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index f9f2383..9ab1655 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -1081,7 +1081,7 @@ Example for agent named **agent_foo**:
   agent_foo.channels = memoryChannel-1
   agent_foo.sinks = avroSink-1
   agent_foo.sinks.avroSink-1.type = avro
-  agent_foo.sinks.avroSink-1.channels = memoryChannel-1
+  agent_foo.sinks.avroSink-1.channel = memoryChannel-1
   agent_foo.sinks.avroSink-1.hostname = 10.10.10.10
   agent_foo.sinks.avroSink-1.port = 4545
 

Reply via email to