Re: Kafka contrib/hadoop-consumer not working with hadoop 2.2.0

2014-03-26 Thread Mike Marzo
I wrote my own hdfs writer using threaded simple kafka consumer writing to hdfs using java FSDataOutputStream works perfect mike marzo 908 209-4484 On Mar 26, 2014 12:59 PM, "Marcelo Valle" wrote: > Kafka native hadoop-consumer is compiled with hadoop 0.20 dependencies, so > isn't working with

Kafka contrib/hadoop-consumer not working with hadoop 2.2.0

2014-03-26 Thread Marcelo Valle
Kafka native hadoop-consumer is compiled with hadoop 0.20 dependencies, so isn't working with hadoop last releases (hadoop 2.2.0) The code hasn't support from two years ago. Is this a discarded option to load kafka messages to HDFS? Do you recommend other solution like Camus? Thanks in advance.