Flume is not working in lab

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 :smiley: 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

Hi @Mahesh,

Thank you for pointing out the problem. I’ve updated the document.

Also here is the latest video on Flume hands-on on CloudxLab.

Hope this helps.