Dara Adib created SPARK-10713: --------------------------------- Summary: SPARK_DIST_CLASSPATH ignored on Mesos executors Key: SPARK-10713 URL: https://issues.apache.org/jira/browse/SPARK-10713 Project: Spark Issue Type: Bug Components: Deploy, Mesos Affects Versions: 1.5.0 Reporter: Dara Adib Priority: Minor
If I set the environment variable SPARK_DIST_CLASSPATH, the jars are included on the driver, but not on Mesos executors. Docs: https://spark.apache.org/docs/latest/hadoop-provided.html I see SPARK_DIST_CLASSPATH mentioned in these files: launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java project/SparkBuild.scala yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala But not the Mesos executor (or should it be included by the launcher library?): spark/core/src/main/scala/org/apache/spark/executor/Executor.scala -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org