[
https://issues.apache.org/jira/browse/FLUME-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brock Noland resolved FLUME-1547.
---------------------------------
Resolution: Fixed
Was resolved in another patch
https://github.com/apache/flume/commit/33cbb41330717eca62ea04a5f3182bb7f2ce63d8
> avro-sink example is wrong in user guide
> ----------------------------------------
>
> Key: FLUME-1547
> URL: https://issues.apache.org/jira/browse/FLUME-1547
> Project: Flume
> Issue Type: Bug
> Reporter: Mike Percy
> Assignee: Mike Percy
> Attachments: FLUME-1547.patch
>
>
> Says:
> {quote}
> 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.hostname = 10.10.10.10
> agent_foo.sinks.avroSink-1.port = 4545
> {quote}
> but it should be:
> {quote}
> agent_foo.sinks.avroSink-1.channel = memoryChannel-1
> {quote}
> {{channels}} is not valid
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira