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

Changing number of partitions after topic creation tool

2014-10-04 Thread jova
I was reading online that a tool was coming to change the number of partitions of a topic after it has been created. Is this tool available yet? -- Jovaughn Lockridge {developer : Github } {professional : LinkedIn

Re: Changing number of partitions after topic creation tool

2014-10-04 Thread Neha Narkhede
You can do that with the topics command. Refer to the docs here - http://kafka.apache.org/documentation.html#basic_ops_add_topic On Sat, Oct 4, 2014 at 4:29 PM, jova wrote: > I was reading online that a tool was coming to change the number of > partitions of a topic after it has been created. I

Re: Changing number of partitions after topic creation tool

2014-10-04 Thread jova
Thanks. On Sat, Oct 4, 2014 at 7:36 PM, Neha Narkhede wrote: > You can do that with the topics command. Refer to the docs here - > http://kafka.apache.org/documentation.html#basic_ops_add_topic > > On Sat, Oct 4, 2014 at 4:29 PM, jova wrote: > > > I was reading online that a tool was coming to