Re: Spark user classpath setting

2018-06-14 Thread Arjun kr
Thanks a lot, Marcelo!! It did the work. :) Regards, Arjun From: Marcelo Vanzin Sent: Friday, June 15, 2018 2:07 AM To: Arjun kr Cc: user@spark.apache.org Subject: Re: Spark user classpath setting I only know of a way to do that with YARN. You can distribute

Re: Spark user classpath setting

2018-06-14 Thread Marcelo Vanzin
I only know of a way to do that with YARN. You can distribute the jar files using "--files" and add just their names (not the full path) to the "extraClassPath" configs. You don't need "userClassPathFirst" in that case. On Thu, Jun 14, 2018 at 1:28 PM, Arjun kr wrote: > Hi All, > > > I am trying