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

ASF GitHub Bot commented on SAMOA-16:
-------------------------------------

Github user gdfm commented on the pull request:

    https://github.com/apache/incubator-samoa/pull/11#issuecomment-76979176
  
    Makes sense, as we want to update the Storm dependency anyway.
    However, it will for sure happen to have conflicting dependencies on 
different platforms, and we don't want to mix them. The tests should ensure 
this isolation, i.e., never mix two platforms, and the different profiles aim 
at that.
    
    We have a single kryo.version variable to ensure that we don't use 
different Kryo versions around the codebase, but in this case it seems to me 
that it is necessary.
    If Flink depends on 2.23, but we have it set on 2.17, then we should be 
able to override it in the samoa-flink module. Do you agree?


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

Reply via email to