[ https://issues.apache.org/jira/browse/SPARK-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156239#comment-14156239 ]
Apache Spark commented on SPARK-3759: ------------------------------------- User 'ericeijkelenboom' has created a pull request for this issue: https://github.com/apache/spark/pull/2628 > SparkSubmitDriverBootstrapper should return exit code of driver process > ----------------------------------------------------------------------- > > Key: SPARK-3759 > URL: https://issues.apache.org/jira/browse/SPARK-3759 > Project: Spark > Issue Type: Bug > Components: Deploy > Affects Versions: 1.1.0 > Environment: Linux, Windows, Scala/Java > Reporter: Eric Eijkelenboom > Priority: Minor > Original Estimate: 24h > Remaining Estimate: 24h > > SparkSubmitDriverBootstrapper.scala currently always returns exit code 0. > Instead, it should return the exit code of the driver process. > Suggested code change in SparkSubmitDriverBootstrapper, line 157: > {code} > val returnCode = process.waitFor() > sys.exit(returnCode) > {code} > Workaround for this issue: > Instead of specifying 'driver.extra*' properties in spark-defaults.conf, pass > these properties to spark-submit directly. This will launch the driver > program without the use of SparkSubmitDriverBootstrapper. -- 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