Re: spark.files.userClassPathFirst=true Return Error - Please help

2015-08-14 Thread Kyle Lin
Hello Akhil I use Spark 1.4.2 on HDP 2.1(Hadoop 2.4) I didn't use --driver-class-path. I only use spark.executor.userClassPathFirst=true Kyle 2015-08-14 17:11 GMT+08:00 Akhil Das : > Which version of spark are you using? Did you try with --driver-class-path > configuration? > > Thanks > Best

Re: spark.files.userClassPathFirst=true Return Error - Please help

2015-08-14 Thread Akhil Das
Which version of spark are you using? Did you try with --driver-class-path configuration? Thanks Best Regards On Fri, Aug 14, 2015 at 2:05 PM, Kyle Lin wrote: > Hi all > > I had similar usage and also got the same problem. > > I guess Spark use some class in my user jars but actually it should

Re: spark.files.userClassPathFirst=true Return Error - Please help

2015-08-14 Thread Kyle Lin
Hi all I had similar usage and also got the same problem. I guess Spark use some class in my user jars but actually it should use the class in spark-assembly-xxx.jar, but I don't know how to fix it. Kyle 2015-07-22 23:03 GMT+08:00 Ashish Soni : > Hi All , > > I am getting below error when i