Abhishek Modi created SPARK-28417:
-------------------------------------
Summary: Spark Submit does not use Proxy User Credentials to Resolve Path for
Resources
Key: SPARK-28417
URL: https://issues.apache.org/jira/browse/SPARK-28417
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 2.4.3, 2.4.2, 2.4.1, 2.4.0, 2.3.3, 2.3.2, 2.3.1, 2.3.0, 2.2.3, 2.2.2,
2.2.1, 2.2.0
Reporter: Abhishek Modi
Starting in as of [#SPARK-21012], spark-submit supports wildcard paths (ex: {{hdfs:///user/akmodi/*}}).
To support these, spark-submit does a glob resolution on these paths and overwrites the wildcard
paths with the resolved paths. This introduced a bug - the change did not use {{proxy-user}} credentials
when resolving these paths. As a result, Spark 2.2 and later apps fail to launch an app as
a {{proxy-user}} if the paths are only readable by the {{proxy-user}}.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|