RE: Unable to load additional JARs in yarn-client mode

2013-12-24 Thread Karavany, Ido
, 2013 07:53 To: user@spark.incubator.apache.org Subject: RE: Unable to load additional JARs in yarn-client mode Ido, when you say add external JARS, do you mean by -addJars which adding some jar for SparkContext to use in the AM env? If so, I think you don't need it for yarn-cilent mode at all

Re: Unable to load additional JARs in yarn-client mode

2013-12-23 Thread Matei Zaharia
I’m surprised by this, but one way that will definitely work is to assemble your application into a single JAR. If passing them to the constructor doesn’t work, that’s probably a bug. Matei On Dec 23, 2013, at 12:03 PM, Karavany, Ido ido.karav...@intel.com wrote: Hi All, For our

RE: Unable to load additional JARs in yarn-client mode

2013-12-23 Thread Liu, Raymond
, December 24, 2013 1:17 PM To: user@spark.incubator.apache.org Subject: Re: Unable to load additional JARs in yarn-client mode I'm surprised by this, but one way that will definitely work is to assemble your application into a single JAR. If passing them to the constructor doesn't work, that's