You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Thorman (JIRA)" <ji...@apache.org> on 2016/06/10 17:35:21 UTC

[jira] [Comment Edited] (FLINK-3839) Support wildcards in classpath parameters

    [ https://issues.apache.org/jira/browse/FLINK-3839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15324903#comment-15324903 ] 

Robert Thorman edited comment on FLINK-3839 at 6/10/16 5:35 PM:
----------------------------------------------------------------

I would like to work this issue to get started contributing to flink.  This will be my first contribution to this project.  Any help and guidance is appreciated.  I'm working through the contribution guide at this time.


was (Author: rt2357):
I would like to work this issue to get started contributing to flink.  This will be my first contribution to this project.  Any help and guidance is appreciated.

> Support wildcards in classpath parameters
> -----------------------------------------
>
>                 Key: FLINK-3839
>                 URL: https://issues.apache.org/jira/browse/FLINK-3839
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Ken Krugler
>            Priority: Minor
>
> Currently you can only specify a single explict jar with the CLI --classpath file://<path to jar> parameter.Java (since 1.6) has allowed you to use -cp <path to directory>/* as a way of adding every file that ends in .jar in a directory.
> This would simplify things, e.g. when running on EMR you have to add roughly 120 jars explicitly, but these are all located in just two directories.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)