You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2024/01/28 16:14:00 UTC

[jira] [Updated] (SPARK-3734) DriverRunner should not read SPARK_HOME from submitter's environment

     [ https://issues.apache.org/jira/browse/SPARK-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated SPARK-3734:
----------------------------------
    Labels: pull-request-available  (was: )

> DriverRunner should not read SPARK_HOME from submitter's environment
> --------------------------------------------------------------------
>
>                 Key: SPARK-3734
>                 URL: https://issues.apache.org/jira/browse/SPARK-3734
>             Project: Spark
>          Issue Type: Bug
>          Components: Deploy
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.1.1, 1.2.0
>
>
> If you use {{spark-submit}} in {{cluster}} mode to submit a job to a Spark Standalone cluster, and the {{JAVA_HOME}} environment variable is set on the submitting machine, then DriverRunner will attempt to use the _submitter's_ JAVA_HOME to launch the driver process (instead of the worker's JAVA_HOME), which can cause the job to fail unless the submitter and worker have Java installed in the same location.
> This has a pretty simple fix: read JAVA_HOME from {{sys.env}} instead of {{command.environment}}; PR pending shortly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org