Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
0.9.0
-
None
Description
I'd like to be able to do from my scala code:
System.setProperty("SPARK_YARN_APP_JAR", SparkContext.jarOfClass(this.getClass).head)
System.setProperty("SPARK_JAR", SparkContext.jarOfClass(SparkContext.getClass).head)
And do nothing on OS level.
Attachments
Issue Links
- relates to
-
SPARK-1177 Allow SPARK_JAR to be set in system properties
- Closed