RE: PySpark SPARK_CLASSPATH doesn't distribute jars to executors

2015-02-25 Thread Michael Nazario
Neither of those helped. I'm still getting a ClassNotFoundException on the workers. From: Denny Lee [denny.g@gmail.com] Sent: Tuesday, February 24, 2015 7:21 PM To: Michael Nazario; dev@spark.apache.org Subject: Re: PySpark SPARK_CLASSPATH doesn't

Re: PySpark SPARK_CLASSPATH doesn't distribute jars to executors

2015-02-24 Thread Denny Lee
Can you try extraClassPath or driver-class-path and see if that helps with the distribution? On Tue, Feb 24, 2015 at 14:54 Michael Nazario wrote: > Has anyone experienced a problem with the SPARK_CLASSPATH not distributing > jars for PySpark? I have a detailed description of what I tried in the >

PySpark SPARK_CLASSPATH doesn't distribute jars to executors

2015-02-24 Thread Michael Nazario
Has anyone experienced a problem with the SPARK_CLASSPATH not distributing jars for PySpark? I have a detailed description of what I tried in the ticket below, and this seems like a problem that is not a configuration problem. The only other case I can think of is that configuration changed betw