Re: Writing data to hbase using Sparkstreaming

2015-07-08 Thread Ted Yu
bq. return new Tuple2(new ImmutableBytesWritable(), put); I don't think Put is serializable. FYI On Fri, Jun 12, 2015 at 6:40 AM, Vamshi Krishna wrote: > Hi I am trying to write data that is produced from kafka commandline > producer for

Writing data to hbase using Sparkstreaming

2015-06-12 Thread Vamshi Krishna
Hi I am trying to write data that is produced from kafka commandline producer for some topic. I am facing problem and unable to proceed. Below is my code which I am creating a jar and running through spark-submit on spark-shell. Am I doing wrong inside foreachRDD() ? What is wrong with SparkKafkaD