Re: Re[2]: HBase 0.96+ with Spark 1.0+

2014-09-12 Thread Aniket Bhatnagar
ver.namenode.NameNode.(NameNode.java:720) > > I am searching the web already for a week trying to figure out how to make > this work :-/ > > all the help or hints are greatly appreciated > reinis > > > ---------- > -Original-Nachricht- >

Re: Re[2]: HBase 0.96+ with Spark 1.0+

2014-09-11 Thread Sean Owen
This was already answered at the bottom of this same thread -- read below. On Thu, Sep 11, 2014 at 9:51 PM, wrote: > class "javax.servlet.ServletRegistration"'s signer information does not > match signer information of other classes in the same package > java.lang.SecurityException: class "javax

Re[2]: HBase 0.96+ with Spark 1.0+

2014-09-11 Thread spark
c: user Datum: 11-09-2014 20:00 Betreff: Re: Re[2]: HBase 0.96+ with Spark 1.0+ Dependency hell... My fav problem :). I had run into a similar issue with hbase and jetty. I cant remember thw exact fix, but is are excerpts from my dependencies that may be relevant: val hadoop2Common = &quo

Re: Re[2]: HBase 0.96+ with Spark 1.0+

2014-09-11 Thread Aniket Bhatnagar
Dependency hell... My fav problem :). I had run into a similar issue with hbase and jetty. I cant remember thw exact fix, but is are excerpts from my dependencies that may be relevant: val hadoop2Common = "org.apache.hadoop" % "hadoop-common" % hadoop2Version excludeAll(

Re[2]: HBase 0.96+ with Spark 1.0+

2014-09-11 Thread spark
Hi guys, any luck with this issue, anyone? I aswell tried all the possible exclusion combos to a no avail. thanks for your ideas reinis -Original-Nachricht- > Von: "Stephen Boesch" > An: user > Datum: 28-06-2014 15:12 > Betreff: Re: HBase 0.96+ with Spark 1.0+ > > Hi Siyuan, Th