Updated Branches: refs/heads/trunk 3ae075b65 -> 33cbb4133
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/33cbb413 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/33cbb413 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/33cbb413 Branch: refs/heads/trunk Commit: 33cbb41330717eca62ea04a5f3182bb7f2ce63d8 Parents: 3ae075b Author: Hari Shreedharan <[email protected]> Authored: Tue Sep 25 18:02:51 2012 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Tue Sep 25 18:02:51 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/33cbb413/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
