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: [email protected]
For additional commands, e-mail: [email protected]