Github user mbalassi commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1037#discussion_r37661571
  
    --- Diff: 
flink-contrib/flink-storm-compatibility/flink-storm-compatibility-examples/src/main/java/org/apache/flink/stormcompatibility/wordcount/StormWordCountRemoteBySubmitter.java
 ---
    @@ -71,7 +71,7 @@ public static void main(final String[] args) throws 
Exception {
                // conf.put(Config.NIMBUS_THRIFT_PORT, new Integer(6123));
     
                // The user jar file must be specified via JVM argument if 
executed via Java.
    -           // => 
-Dstorm.jar=target/flink-storm-examples-0.9-SNAPSHOT-WordCountStorm.jar
    +           // => 
-Dstorm.jar=target/flink-storm-examples-0.10-SNAPSHOT-WordCountStorm.jar
                // If bin/flink is used, the jar file is detected automatically.
    --- End diff --
    
    I would write 
`-Dstorm.jar=target/flink-storm-examples-*-WordCountStorm.jar` here and maybe 
also at the former location if that works. Easier to maintain. :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to