Re: Problem using Spark with Hbase

2014-05-30 Thread Vibhor Banga
Thanks Mayur for the reply. Actually issue was the I was running Spark application on hadoop-2.2.0 and hbase version there was 0.95.2. But spark by default gets build by an older hbase version. So I had to build spark again with hbase version as 0.95.2 in spark build file. And it worked. Thanks,

Re: Problem using Spark with Hbase

2014-05-28 Thread Mayur Rustagi
Try this.. Mayur Rustagi Ph: +1 (760) 203 3257 http://www.sigmoidanalytics.com @mayur_rustagi On Wed, May 28, 2014 at 7:40 PM, Vibhor Banga wrote: > Any one who has used spark this way or has faced similar issue, please > help. > > Thanks, > -Vibhor > > > O

Re: Problem using Spark with Hbase

2014-05-28 Thread Vibhor Banga
Any one who has used spark this way or has faced similar issue, please help. Thanks, -Vibhor On Wed, May 28, 2014 at 6:03 PM, Vibhor Banga wrote: > Hi all, > > I am facing issues while using spark with HBase. I am getting > NullPointerException at org.apache.hadoop.hbase.TableName.valueOf > (Ta