Hi
As per your flume document I tried running a simple flume example but when I write text by netcat our flume consumer is not able to receive the same
Please find the flume doc which I followed
could you please check and let me know.
Thank you
Hi
As per your flume document I tried running a simple flume example but when I write text by netcat our flume consumer is not able to receive the same
Please find the flume doc which I followed
could you please check and let me know.
Thank you
I double checked, its working fine in my AWS server but not in the lab.
Oh god after so many tries I found the problem although it’s very small still I had to spend spent an of time to resolve that why the consumer is not getting data from netcat.
Document mentioned the below command
nc -l localhost 44444
but it should be
nc localhost 44444