Created 07-27-2017 08:40 PM
Hi Guys,
I just starting exploring Kafka using Docker. Today I have installed VMware version of HDF 3.0 and I am wondering whether it is possible to practice Kafka using some local files I am generating (.csv files stored in local file system - eg c:\temp\) by feeding them to Kafka Producer?
If so, could you provide some newbie guide on how to achieve this? I'd appreciate it.
Thanks.
Created 07-29-2017 10:23 AM
You need to setup 'shared folder' between sandbox and windows on VMware.
And then refer this link for Kafka Producer
'https://community.hortonworks.com/questions/4140/hdp-twitter-demo-send-data-into-kafka-from-csv.html'
Created 07-29-2017 10:23 AM
You need to setup 'shared folder' between sandbox and windows on VMware.
And then refer this link for Kafka Producer
'https://community.hortonworks.com/questions/4140/hdp-twitter-demo-send-data-into-kafka-from-csv.html'
Created 07-31-2017 08:09 AM
I will give it a try, thank you.