You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/04 12:43:20 UTC

[jira] [Commented] (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=15407678#comment-15407678 ] 

ASF GitHub Bot commented on FLINK-3839:
---------------------------------------

Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/2114
  
    I think we unfortunately need to redo this pull request.
    It is almost impossible to review, because 90% of the changes in the diff are code re-formattings. It is very hard to spot lines with actual changes, so details will almost certainly slip the reviewer.
    
    I hop you still have the changes prior to applying the auto-code reformat actions.


> 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
>            Assignee: Robert Thorman
>            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)