Java Code for Kafka

2015-03-19 Thread kishore kumar
I have a .tgz file, I want to extract and read the contents in each file and load to kafka using java, anybody help me on this ? -- Thanks, Kishore.

Re: csv files to kafka

2014-12-27 Thread kishore kumar
ipal Consultant > Big Data Open Source Security LLC > http://www.stealth.ly > Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop> > / > > On Sun, Dec 14, 2014 at 1:39 AM, kishore kumar > wrote: > > &g

csv files to kafka

2014-12-13 Thread kishore kumar
HI Experts, I want to load csv files to kafka, anybody help me to write javacode for this? -- Thanks, Kishore.

Re: ProducerData jar file

2014-12-11 Thread kishore kumar
lable in kafka/libs folder. > > Pl follow below example > https://cwiki.apache.org/confluence/display/KAFKA/0.8.0+Producer+Example > > > > > On Thu, Dec 11, 2014 at 4:43 PM, kishore kumar > wrote: > > > do i need to download this separately ? my requirement

Re: ProducerData jar file

2014-12-11 Thread kishore kumar
do i need to download this separately ? my requirement is ingest the data in my csv files into kafka, please help me how to do it with java code. On Thu, Dec 11, 2014 at 1:30 PM, kishore kumar wrote: > > Hi Experts, > > kafka.javaapi.producer.ProducerData class is available in

ProducerData jar file

2014-12-11 Thread kishore kumar
Hi Experts, kafka.javaapi.producer.ProducerData class is available in 0.8.1 ? I am unable to use it, I copied all the jars in /build/dependant-libs-2.10.1 and libs folders, any help ? -- Thanks, Kishore.

How to Ingest data into kafka

2014-12-09 Thread kishore kumar
Hi kafkars, I want to write a java code to ingest csv files into kafka,any help. Thanks, Kishore.

unable to create topic

2014-12-08 Thread kishore kumar
I have running zookeeper 3.4.5-cdh5.2.0 cluster on 3 nodes and managing with cm5.2, Integrated kafka with " http://www.cloudera.com/content/cloudera/en/developers/home/cloudera-labs/apache-kafka.html";, The problem is, when I try to create a topic with *# bin/kafka-topics.sh --create --zookeep