Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.2.0
-
None
Description
Current "--jars (spark.jars)", "--files (spark.files)", "--py-files (spark.submit.pyFiles)" and "--archives (spark.yarn.dist.archives)" only support non-glob path. This is OK for most of the cases, but when user requires to add more jars, files into Spark, it is too verbose to list one by one. So here propose to support glob path for adding resources.
Also improving the code of downloading resources.
Attachments
Issue Links
- causes
-
SPARK-26895 When running spark 2.3 as a proxy user (--proxy-user), SparkSubmit fails to resolve globs owned by target user
- Resolved
- contains
-
SPARK-21618 http(s) not accepted in spark-submit jar uri
- Resolved
- links to