[ https://issues.apache.org/jira/browse/FLUME-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15948600#comment-15948600 ]
ASF GitHub Bot commented on FLUME-2817: --------------------------------------- GitHub user marcellhegedus opened a pull request: https://github.com/apache/flume/pull/126 FLUME-2817. Sink for multi-agent flow example in user guide is set up incorrectly You can merge this pull request into a Git repository by running: $ git pull https://github.com/marcellhegedus/flume FLUME-2817 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/126.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #126 ---- commit af7d1f8acaac6a2537fdd1dc81aeaf6333bfe8b0 Author: Marcell Hegedus <marcellhege...@users.noreply.github.com> Date: 2017-03-29T21:14:04Z FLUME-2817. Sink for multi-agent flow example in user guide is set up incorrectly ---- > Sink for multi-agent flow example in user guide is set up incorrectly > --------------------------------------------------------------------- > > Key: FLUME-2817 > URL: https://issues.apache.org/jira/browse/FLUME-2817 > Project: Flume > Issue Type: Documentation > Components: Docs > Affects Versions: 1.6.0 > Reporter: Sam Thompson > Priority: Trivial > Labels: documentation, easyfix > > The [multi-agent flow > example|https://flume.apache.org/FlumeUserGuide.html#configuring-a-multi-agent-flow] > tries to set up an avro sink like this: > {noformat} > # 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 > {noformat} > But shouldn't it be like this? > {noformat} > # avro sink properties > 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 > {noformat} > I tried the original way just to make sure, but it doesn't seem to work. -- This message was sent by Atlassian JIRA (v6.3.15#6346)