[
https://issues.apache.org/jira/browse/SAMOA-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14513745#comment-14513745
]
ASF GitHub Bot commented on SAMOA-16:
-------------------------------------
Github user gdfm commented on the pull request:
https://github.com/apache/incubator-samoa/pull/11#issuecomment-96573585
I am testing it with Flink-0.9-SNAPSHOT from the website (Version:
0.9-SNAPSHOT, Rev:4672e95) but I am getting an exception that looks like I am
not using the right version.
```java.lang.NoSuchMethodError:
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.addSource(Lorg/apache/flink/streaming/api/function/source/SourceFunction;Lorg/apache/flink/api/common/typeinfo/TypeInformation;)Lorg/apache/flink/streaming/api/datastream/DataStreamSource;
at
com.yahoo.labs.flink.topology.impl.FlinkEntranceProcessingItem.initialise(FlinkEntranceProcessingItem.java:54)```
> Add an adapter for Apache Flink-Streaming
> -----------------------------------------
>
> Key: SAMOA-16
> URL: https://issues.apache.org/jira/browse/SAMOA-16
> Project: SAMOA
> Issue Type: New Feature
> Reporter: Paris Carbone
> Assignee: Gianmarco De Francisci Morales
>
> Apache Flink-Streaming is a new system for distributed stream processing
> built for unique and flexible high level stream transformations. A Flink
> adapter for Samoa should be able to translate a Samoa Task topology into
> Flink streaming transformations. Some of the challenges are the compositional
> topology support, circle detection and their translation to Flink iterations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)