Fwd: SecurityException when running tests with Spark 1.0.0

2014-06-02 Thread Mohit Nayak
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. I

Re: SecurityException when running tests with Spark 1.0.0

2014-06-02 Thread Mohit Nayak
-reflect % 2.10.3 On Mon, Jun 2, 2014 at 4:23 PM, Sean Owen so...@cloudera.com wrote: This ultimately means you have a couple copies of the servlet APIs in the build. What is your build like (SBT? Maven?) and what exactly are you depending on? On Tue, Jun 3, 2014 at 12:21 AM, Mohit Nayak wiza

Re: SecurityException when running tests with Spark 1.0.0

2014-06-02 Thread Mohit Nayak
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 wiza...@gmail.com wrote: Hey, Thanks for the reply. I am using