ruochen zuo created FLUME-2830:
----------------------------------
Summary: Is there something wrong in the 'Flume User Guide'?
Key: FLUME-2830
URL: https://issues.apache.org/jira/browse/FLUME-2830
Project: Flume
Issue Type: Question
Reporter: ruochen zuo
In the Flume User Guide, the 'Configuring a multi agent flow':
```
# list sources, sinks and channels in the agent
agent_foo.sources = avro-AppSrv-source
agent_foo.sinks = avro-forward-sink
agent_foo.channels = file-channel
# define the flow
agent_foo.sources.avro-AppSrv-source.channels = file-channel
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
# configure other pieces
#...
```
agent_foo.sources.avro-forward-sink.type = avro should be
agent_foo.sinks.avro-forward-sink.type = avro.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)