[ https://issues.apache.org/jira/browse/SPARK-16511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Kruszewski updated SPARK-16511: -------------------------------------- Description: Setting directory on java ProcessBuilder is only legitimate way of changing working directory for a process in java. With applications like spark job server if we run multiple drivers in client mode they can conflict with each other. There's probably a lot more subtle breaks that can cause by running driver process in same directory as the parent launcher. (was: Setting directory on java ProcessBuilder is only legitimate of changing working directory for a process in java. With applications like spark job server if we run multiple drivers in client mode they can conflict with each other. There's probably a lot more subtle breaks that can cause by running driver process in same directory as the parent launcher.) > SparkLauncher should allow setting working directory for spark-submit process > ----------------------------------------------------------------------------- > > Key: SPARK-16511 > URL: https://issues.apache.org/jira/browse/SPARK-16511 > Project: Spark > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Robert Kruszewski > > Setting directory on java ProcessBuilder is only legitimate way of changing > working directory for a process in java. With applications like spark job > server if we run multiple drivers in client mode they can conflict with each > other. There's probably a lot more subtle breaks that can cause by running > driver process in same directory as the parent launcher. -- 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