Hi,
I've upgraded to Spark 1.0.0. I'm not able to run any tests. They throw a
*java.lang.SecurityException: class
"javax.servlet.FilterRegistration"'s signer information does not match
signer information of other classes in the same package*
I'm using Hadoop-core 1.0.4 and running this locally.
ot; % "1.2.5"
var scala_reflect = "org.scala-lang" % "scala-reflect" % "2.10.3"
On Mon, Jun 2, 2014 at 4:23 PM, Sean Owen wrote:
> This ultimately means you have a couple copies of the servlet APIs in
> the build. What is your build like (SBT? Ma
t; Can you try to apply the excludes you see at
> https://github.com/apache/spark/pull/906/files to your build to see if
> it resolves it?
>
> If so I think this could be helpful to commit.
>
> On Tue, Jun 3, 2014 at 1:01 AM, Mohit Nayak wrote:
> > Hey,
> > Thanks f