[ 
https://issues.apache.org/jira/browse/SPARK-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14164595#comment-14164595
 ] 

Nan Zhu commented on SPARK-3759:
--------------------------------

just passed by....

for merged PR, shall the status of the corresponding JIRA be RESOLVED?

> 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
>            Assignee: Eric Eijkelenboom
>            Priority: Minor
>             Fix For: 1.1.1, 1.2.0
>
>   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

Reply via email to