Unable to run spark-shell after build

2015-02-03 Thread Jaonary Rabarisoa
Hi all, I'm trying to run the master version of spark in order to test some alpha components in ml package. I follow the build spark documentation and build it with : $ mvn clean package The build is successful but when I try to run spark-shell I got the following errror : *Exception in

Re: Unable to run spark-shell after build

2015-02-03 Thread Sean Owen
Yes, I see this too. I think the Jetty shading still needs a tweak. It's not finding the servlet API classes. Let's converge on SPARK-5557 to discuss. On Tue, Feb 3, 2015 at 2:04 AM, Jaonary Rabarisoa jaon...@gmail.com wrote: Hi all, I'm trying to run the master version of spark in order to