Repository: flume Updated Branches: refs/heads/trunk e5c3e6aa7 -> 03c8357df
FLUME-2817. docs: Fix multi-agent flow example This closes #126 Reviewers: Denes Arvay, Bessenyei Balázs Donát (Marcell Hegedus via Bessenyei Balázs Donát) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/03c8357d Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/03c8357d Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/03c8357d Branch: refs/heads/trunk Commit: 03c8357dfeff9615d1590a5c980eb4cfe035f3be Parents: e5c3e6a Author: Marcell Hegedus <[email protected]> Authored: Wed Mar 29 23:14:04 2017 +0200 Committer: Bessenyei Balázs Donát <[email protected]> Committed: Sun Apr 9 14:00:39 2017 +0000 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/03c8357d/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index d863068..a5d64f0 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -595,9 +595,9 @@ Weblog agent config: agent_foo.sinks.avro-forward-sink.channel = file-channel # avro sink properties - agent_foo.sources.avro-forward-sink.type = avro - agent_foo.sources.avro-forward-sink.hostname = 10.1.1.100 - agent_foo.sources.avro-forward-sink.port = 10000 + agent_foo.sinks.avro-forward-sink.type = avro + agent_foo.sinks.avro-forward-sink.hostname = 10.1.1.100 + agent_foo.sinks.avro-forward-sink.port = 10000 # configure other pieces #... @@ -616,7 +616,7 @@ HDFS agent config: agent_foo.sources.avro-collection-source.channels = mem-channel agent_foo.sinks.hdfs-sink.channel = mem-channel - # avro sink properties + # avro source properties agent_foo.sources.avro-collection-source.type = avro agent_foo.sources.avro-collection-source.bind = 10.1.1.100 agent_foo.sources.avro-collection-source.port = 10000
