installation Kafka to existing hadoop environment

2013-04-03 Thread Oleg Ruchovets
Hi , I want to install it to the existing hadoop environment. I want to read data from Kafka and put it to HDFS. I use a Hortonworks distributions. Questions: I didn't find any guide how to install Kafka ( I read quick start http://kafka.apache.org/quickstart.html). Do I only need

Re: installation Kafka to existing hadoop environment

2013-04-03 Thread Jun Rao
The configs at LinkedIn can be found at https://cwiki.apache.org/confluence/display/KAFKA/Operations You may also want to checkout Kafka-Hadoop pipeline at LinkedIn: https://github.com/linkedin/camus Thanks, Jun On Wed, Apr 3, 2013 at 3:40 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi ,

Re: installation Kafka to existing hadoop environment

2013-04-03 Thread Jun Rao
There should be a release-zip target that you can run from sbt in 0.7. It's broken in 0.8 and we plan to fix it ( https://issues.apache.org/jira/browse/KAFKA-843). Jun On Wed, Apr 3, 2013 at 8:29 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi Jun Thank you for the answers. I've seen