Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

By using HDF 3.0 in VMware, how can I feed local .csv files from PC to it and pass it to Kafka Producer/Topic?

avatar
Explorer

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.

1 ACCEPTED SOLUTION

avatar
Rising Star

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'

View solution in original post

2 REPLIES 2

avatar
Rising Star

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'

avatar
Explorer

I will give it a try, thank you.