On Wed, Feb 25, 2015 at 8:42 PM, Jim Kleckner <j...@cloudphysics.com> wrote:
> So, should the userClassPathFirst flag work and there is a bug?

Sorry for jumping in the middle of conversation (and probably missing
some of it), but note that this option applies only to executors. If
you're trying to use the class in your driver, there's a separate
option for that.

Also to note is that if you're adding a class that doesn't exist
inside the Spark jars, which seems to be the case, this option should
be irrelevant, since the class loaders should all end up finding the
one copy of the class that you're adding with your app.

-- 
Marcelo

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to