Hello All,

I want to configure a flume source processor using avro as flume source.
When I start the ExecuteFlumeSource, I don't get any errors, but I can't
connect to the source port.

telnet localhost 5151 gives connection refused.

The configuration is as follows

type = avro

agent name = a1

source name = batchSource

Flume configuration

   a1.sources.batchSource.type = avro

   a1.sources.batchSource.bind = 0.0.0.0

   a1.sources.batchSource.port=5151


Using netcat as flume source works.

Reply via email to