I am using flume to load messages from kafka topic HDFS folder. So,
- I created a topic TT
- I sent messages to TT with a kafka console producer
- I configured the flume agent FF
- Run the flume agent flume-ng agent -n FF -c conf -f flume.conf - Dflume.root.logger=INFO,console
The Code Execution Stops, without Error and it doesnot write anything to HDFS. The log file contains this warning No broker partitions consumed by consumer thread flume_-0 for topic.
Any help is greatly appreciated. Thanks in advance.:)
flume.conf. - Ben Watson