Writing csv to Hadoop Data stream

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Writing csv to Hadoop Data stream

miki haiat
Hi, 
Im trying to stream data to Haddop  as a csv .

In batch processing i can use  HadoopOutputFormat like that (example/WordCount.java).

I cant find any way to integrate bucktsink and HaddopOutputFormat and im not sure if its the correct way ?

Any suggestion how can i stream  csv to Hadoop.


thanks,

Miki