You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Eric Eijkelenboom (JIRA)" <ji...@apache.org> on 2014/10/01 11:54:33 UTC

[jira] [Created] (SPARK-3759) SparkSubmitDriverBootstrapper should return exit code of driver process

Eric Eijkelenboom created SPARK-3759:
----------------------------------------

             Summary: 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


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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org