Re: Spark build/sbt assembly

2015-07-30 Thread Rahul Palamuttam
Hi Akhil, Yes I did try to remove it, and i tried to build again. However that jar keeps getting recreated, whenever i run ./build/sbt assembly Thanks, Rahul P On Thu, Jul 30, 2015 at 12:38 AM, Akhil Das wrote: > Did you try removing this jar? build/sbt-launch-0.13.7.jar > > Thanks > Best Reg

Re: Spark build/sbt assembly

2015-07-30 Thread Akhil Das
Did you try removing this jar? build/sbt-launch-0.13.7.jar Thanks Best Regards On Tue, Jul 28, 2015 at 12:08 AM, Rahul Palamuttam wrote: > Hi All, > > I hope this is the right place to post troubleshooting questions. > I've been following the install instructions and I get the following error >

Re: Spark build/sbt assembly

2015-07-27 Thread Rahul Palamuttam
So just to clarify, I have 4 nodes, all of which use Java 8. Only one of them is able to successfully execute the build/sbt assembly command. However on the 3 others I get the error. If I run sbt assembly in Spark Home, it works and I'm able to launch the master and worker processes. On Mon, Jul

Re: Spark build/sbt assembly

2015-07-27 Thread Rahul Palamuttam
All nodes are using java 8. I've tried to mimic the environments as much as possible among all nodes. On Mon, Jul 27, 2015 at 11:44 AM, Ted Yu wrote: > bq. on one node it works but on the other it gives me the above error. > > Can you tell us the difference between the environments on the two n

Re: Spark build/sbt assembly

2015-07-27 Thread Ted Yu
bq. on one node it works but on the other it gives me the above error. Can you tell us the difference between the environments on the two nodes ? Does the other node use Java 8 ? Cheers On Mon, Jul 27, 2015 at 11:38 AM, Rahul Palamuttam wrote: > Hi All, > > I hope this is the right place to po