Github user arinto commented on the pull request:

    https://github.com/apache/incubator-samoa/pull/11#issuecomment-78001679
  
    I can't build this PR successfully on my local. Here's the error message:
    ```
    [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project samoa-flink: Compilation failure: Compilation failure:
    [ERROR] 
/Users/arinto/git/incubator-samoa/samoa-flink/src/main/java/com/yahoo/labs/flink/topology/impl/FlinkEntranceProcessingItem.java:[54,79]
 <anonymous com.yahoo.labs.flink.topology.impl.FlinkEntranceProcessingItem$1> 
is not abstract and does not override abstract method cancel() in 
org.apache.flink.streaming.api.function.source.SourceFunction
    [ERROR] 
/Users/arinto/git/incubator-samoa/samoa-flink/src/main/java/com/yahoo/labs/flink/topology/impl/FlinkEntranceProcessingItem.java:[64,25]
 method does not override or implement a method from a supertype
    ```
    
    Apparently there are API changes 
<https://github.com/apache/flink/commit/8436e9ce31b52f1bd8c55b8e8c50cafb57cff84f>
 due to [FLINK-1625](https://issues.apache.org/jira/browse/FLINK-1625). 
Probably we can use stable version of Flink for this PR. What do you guys think?


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