Github user andrewor14 commented on the pull request:

    https://github.com/apache/spark/pull/5085#issuecomment-92546252
  
    @vanzin @nishkamravi2 When I try to run `bin/spark-shell --master 
local-cluster[2,1,512]` my executors keep failing complaining that the scala 
classes are not found. I dug into this a little and it turns out that the 
assembly jar path from [this 
line](https://github.com/apache/spark/blob/d7f2c198678d1f5ffc1c6da3a6fb189b0a4ef070/launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java#L189)
 is not what I expected: `$SPARK_HOME/launcher/target/scala-2.10/classes/`. 
Before this commit, it used to be the path of the assembly jar itself.
    
    Is this a known issue?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to