What I want is, using the sample data file (.csv) create a simulated Kafka streaming input and Run the Kafka-to-hdfs in apphud.
now this is what i have tried till now, i have a sample data file (.csv) in my local folder, I also copied this file in HDFS path, I used this Hdfs/path/to/data.csv as input to Kafka-to-hdfs-sync (just a try). No success.
but I am clear that I want Kafka-to-HDFS and not the Hdfs-to-....
Please help me with how I should approach this task.
Thanks.To view this discussion on the web visit https://groups.google.com/d/msgid/dt-users/238b3605-e6b8-4b60-af26-bd8d46974c9f%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "DataTorrent Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dt-users+unsubscribe@googlegroups.com.
To post to this group, send email to dt-u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "DataTorrent Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dt-users+u...@googlegroups.com.
To post to this group, send email to dt-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dt-users/238b3605-e6b8-4b60-af26-bd8d46974c9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes. Exactly.~ YogiOn Thu, Dec 29, 2016 at 11:51 AM, akshay naidu <akshay...@gmail.com> wrote:Ok, and the output of this"kafka-console-producer.sh --broker-list localhost:9092 --topic test0 < sample_data.csv"can be given to Kafka-to-hdfs-sync?On Thu, Dec 29, 2016 at 11:48 AM, Yogi Devendra <deve...@datatorrent.com> wrote:Why do you want to simulate it?You can use "Apache Kafka" to achieve the same using command similar to following:kafka-console-producer.sh --broker-list localhost:9092 --topic test0 < sample_data.csv~ YogiOn Thu, Dec 29, 2016 at 11:43 AM, akshay naidu <akshay...@gmail.com> wrote:Aim is to create a kafka source out of csv file so that I can run it with kafka-to-hdfsOn Thu, Dec 29, 2016 at 11:30 AM, Yogi Devendra <deve...@datatorrent.com> wrote:I am still not clear on what is "Simulated Kafka"?I repeat:If you have some source code for "Simulated Kafka" then please share that. OR else you can explain design idea about "Simulated Kafka"~ YogiOn Thu, Dec 29, 2016 at 11:26 AM, akshay naidu <akshay...@gmail.com> wrote:Hello Yogi,Sorry for not being able to explain my issue clearly.This is what i am trying to do..1. using the sample data file (.csv) create a simulated Kafka streaming input
2. Run the demo Kafka-to-hdfs using above streaming input in apphud in Datatorrent.
3. Generate graphic display using DataTorrent tools (example display just for reference only)
4. Create the program named a_kafka_to_hdfs.apa to be upload to apphub
Thanks.
To unsubscribe from this group and stop receiving emails from it, send an email to dt-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dt-users/0bd14194-02e4-4a29-a609-6b7587cf62e2%40googlegroups.com.
~ Yogi
To unsubscribe from this group and stop receiving emails from it, send an email to dt-users+unsubscribe@googlegroups.com.
To post to this group, send email to dt-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dt-users/30cbb011-a2ad-4bbf-9bd2-086526cf340b%40googlegroups.com.
~ Yogi
~ Yogi