Re: map reduce Outputformat KafkaOutputFormat

2014-10-04 Thread Joe Stein
Abraham, The last stable version of that is https://github.com/apache/kafka/tree/0.8.1/contrib/hadoop-producer however; there isn't a lot of support for it. Folks have moved towards https://github.com/linkedin/camus and/or http://www.cloudera.com/content/cloudera/en/documentation/cdh5/latest/CDH5

map reduce Outputformat KafkaOutputFormat

2014-10-01 Thread Abraham Jacob
Hi All, After a map reduce computation I would like to send the results out to the a Kafka queue. Is there a bridge available that will let me publish the output to a Kafka queue. Similar to the TextOutputFormat... maybe a KafkaOutputFormat... I found one source https://github.com/kafka-dev/kafk