Re: Kafka Hadoop Consumer issues

2013-11-08 Thread Abhi Basu
Copy-jars.sh did not copy the hadoop consumer and kafka jars. I have copied them to HDFS manually, but still getting the same error. Looks like I have all the reqd jars now: [root@idh251-0 test]# hadoop fs -ls /tmp/kafka/lib Warning: $HADOOP_HOME is deprecated. Found 7 items -rw-r--r-- 3 root

Re: Kafka Hadoop Consumer issues

2013-11-08 Thread Abhi Basu
Still get the same error: [root@idh251-0 hadoop-consumer]# ./run-class.sh kafka.etl.impl.SimpleKafkaETLJob test/test.properties :./../../core/target/scala_2.8.0/kafka-*.jar:./../../contrib/hadoop-consumer/lib_managed/scala_2.8.0/compile/*.jar:./../../contrib/hadoop-consumer/target/scala_2.8.0/*.jar

Re: Kafka Hadoop Consumer issues

2013-11-08 Thread Abhi Basu
Ok, sorry, missed a step, ran the copy_jars.sh and now retrying On Fri, Nov 8, 2013 at 8:55 AM, Abhi Basu <9000r...@gmail.com> wrote: > Hi Neha: > > I was following the directions outlined here - > https://github.com/apache/kafka/tree/0.8/contrib/hadoop-consumer. It does > not mention anyth

Re: Kafka Hadoop Consumer issues

2013-11-08 Thread Abhi Basu
Hi Neha: I was following the directions outlined here - https://github.com/apache/kafka/tree/0.8/contrib/hadoop-consumer. It does not mention anything about registering jars. Can you please provide more details? Thanks, Abhi On Fri, Nov 8, 2013 at 8:48 AM, Neha Narkhede wrote: > ClassNotFound

Re: Kafka Hadoop Consumer issues

2013-11-08 Thread Neha Narkhede
ClassNotFound means the Hadoop job is not able to find the related jar. Have you made sure the related jars are registered in the distributed cache? On Fri, Nov 8, 2013 at 8:40 AM, Abhi Basu <9000r...@gmail.com> wrote: > Can anyone help me with this issue? I feel like I am very close and am > pr

Re: Kafka Hadoop Consumer issues

2013-11-08 Thread Abhi Basu
Can anyone help me with this issue? I feel like I am very close and am probably making some silly config error. Kafka team, please provide more detailed notes on how to make this component work. Thanks. On Fri, Nov 8, 2013 at 5:23 AM, Abhi Basu <9000r...@gmail.com> wrote: > Simplekafkaetljob c

Re: Kafka Hadoop Consumer issues

2013-11-08 Thread Abhi Basu
Simplekafkaetljob class, as mentioned in the post. Thanks Abhi >From Samsung Galaxy S4 On Nov 7, 2013 8:34 PM, "Jun Rao" wrote: > Which class is not found? > > Thanks, > > Jun > > > On Thu, Nov 7, 2013 at 11:56 AM, Abhi Basu <9000r...@gmail.com> wrote: > > > Let me describe my environment. Wo

Re: Kafka Hadoop Consumer issues

2013-11-07 Thread Jun Rao
Which class is not found? Thanks, Jun On Thu, Nov 7, 2013 at 11:56 AM, Abhi Basu <9000r...@gmail.com> wrote: > Let me describe my environment. Working on two nodes currently: > 1.Single-node hadoop cluster (will refer as Node1) > 2.Single node Kafka cluster (will refer as Node2) > > Node 2 ha

Kafka Hadoop Consumer issues

2013-11-07 Thread Abhi Basu
Let me describe my environment. Working on two nodes currently: 1.Single-node hadoop cluster (will refer as Node1) 2.Single node Kafka cluster (will refer as Node2) Node 2 has 1 broker started with a topic (iot.test.stream) and one command line producer and one command line consumer to test the k