Mike Percy created FLUME-1547:
---------------------------------
Summary: 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
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