Details
-
Question
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
FLUME-2817 Sink for multi-agent flow example in user guide is set up incorrectly
- Resolved