You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Alessandro Bellina (JIRA)" <ji...@apache.org> on 2019/02/15 19:44:00 UTC

[jira] [Created] (SPARK-26895) When running spark 2.3 as a proxy user --proxy-user, SparkSubmit fails to resolve globs

Alessandro Bellina created SPARK-26895:
------------------------------------------

             Summary: When running spark 2.3 as a proxy user --proxy-user, SparkSubmit fails to resolve globs
                 Key: SPARK-26895
                 URL: https://issues.apache.org/jira/browse/SPARK-26895
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.4.0, 2.3.2
            Reporter: Alessandro Bellina


We are resolving globs in SparkSubmit here (by way of prepareSubmitEnvironment) without first going into a doAs:

https://github.com/apache/spark/blob/6c18d8d8079ac4d2d6dc7539601ab83fc5b51760/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L143

Without first entering a doAs, as done here:

[https://github.com/apache/spark/blob/6c18d8d8079ac4d2d6dc7539601ab83fc5b51760/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L151]

So when running spark-submit with --proxy-user, and for example --archives, it will fail to launch unless the location of the archive is open to the user that executed spark-submit.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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