GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/3266
[SPARK-4404]SparkSubmitDriverBootstrapper should stop after its SparkSubmit sub-proc... ...ess ends https://issues.apache.org/jira/browse/SPARK-4404 When we have spark.driver.extra* or spark.driver.memory in SPARK_SUBMIT_PROPERTIES_FILE, spark-class will use SparkSubmitDriverBootstrapper to launch driver. If we get process id of SparkSubmitDriverBootstrapper and wanna kill it during its running, we expect its SparkSubmit sub-process stop also. You can merge this pull request into a Git repository by running: $ git pull https://github.com/WangTaoTheTonic/spark killsubmit Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/3266.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3266 ---- commit 57b5ca1817b1912d21b603342a91ce238c8406dc Author: WangTao <barneystin...@aliyun.com> Date: 2014-11-14T15:54:37Z SparkSubmitDriverBootstrapper should stop after its SparkSubmit sub-process ends ---- --- 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