[
https://issues.apache.org/jira/browse/FLUME-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962146#comment-15962146
]
ASF subversion and git services commented on FLUME-2817:
--------------------------------------------------------
Commit 03c8357dfeff9615d1590a5c980eb4cfe035f3be in flume's branch
refs/heads/trunk from [~marcellhegedus]
[ https://git-wip-us.apache.org/repos/asf?p=flume.git;h=03c8357 ]
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)
> 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
> Assignee: Marcell Hegedus
> Priority: Trivial
> Labels: documentation, easyfix
> Fix For: 1.8.0
>
>
> 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)