Re: java.lang.ClassNotFoundException on driver class in executor

2014-09-23 Thread Barrington Henry
ij, but the AFAIK the > classpaths are setup a little differently there. Also, Spark submit does this > for you nicely, so if you go through this path you don't even have to call > `setJars` as you did in your application. > > -Andrew > > 2014-09-21 12:52 GMT-07:00 Barrington

java.lang.ClassNotFoundException on driver class in executor

2014-09-21 Thread Barrington Henry
Hi, I am running spark from my IDE (InteliJ) using YARN as my cluster manager. However, the executor node is not able to find my main driver class “LascoScript”. I keep getting java.lang.ClassNotFoundException. I tried adding the jar of the main class by running the snippet below val conf