You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 05:35:29 UTC

[jira] [Updated] (SPARK-3451) spark-submit should support specifying glob wildcards in the --jars CLI option

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

Hyukjin Kwon updated SPARK-3451:
--------------------------------
    Labels: bulk-closed  (was: )

> spark-submit should support specifying glob wildcards in the --jars CLI option
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-3451
>                 URL: https://issues.apache.org/jira/browse/SPARK-3451
>             Project: Spark
>          Issue Type: New Feature
>          Components: Spark Submit
>    Affects Versions: 1.0.2
>            Reporter: wolfgang hoschek
>            Priority: Minor
>              Labels: bulk-closed
>
> spark-submit should support specifying glob wildcards in the --jars CLI option, e.g. --jars /opt/myapp/*.jar
> This would simplify usage for enterprise customers, for example in combination with being able to specify --jars multiple times as described in https://issues.apache.org/jira/browse/SPARK-3450, like so:
> {code}
> my-spark-submit.sh:
> spark-submit --jars /opt/myapp/*.jar "$@"
> {code}
> Example usage:
> {code}
> my-spark-submit.sh --jars myUserDefinedFunction.jar 
> {code}
> The relevant enhancement code might go into SparkSubmitArguments.



--
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