You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2015/10/21 23:28:27 UTC

[jira] [Closed] (FLINK-1503) GSoC project: Batch and Streaming integration through new operators and unified API

     [ https://issues.apache.org/jira/browse/FLINK-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gyula Fora closed FLINK-1503.
-----------------------------
    Resolution: Invalid

> GSoC project: Batch and Streaming integration through new operators and unified API
> -----------------------------------------------------------------------------------
>
>                 Key: FLINK-1503
>                 URL: https://issues.apache.org/jira/browse/FLINK-1503
>             Project: Flink
>          Issue Type: New Feature
>          Components: Java API, Scala API, Streaming
>            Reporter: Gyula Fora
>            Priority: Minor
>              Labels: gsoc2015, java, scala
>
> Currently the Flink batch and streaming API-s (java and scala) and runtimes work independently from each other without operators to allow interactions between DataStreams and DataSets in a fault-tolerant manner.
> The goal is to modify the execution environments and the runtime layer to allow these interactions.
> Possible runtime changes to add:
> -Interaction through intermediate files
> -Interaction by connection the execution graphs 
> Possible new operators implement:
> -Converting a dataset to a datastream (either by directly streaming in the results or periodically executing the dataset transformations)
> -Hash joining a datastream with a dataset by key
> -Other binary operators with streams and sets
> The implementations should work with the fault tolerance mechanism provided by then (exaclty-once or at-least-once guarantees).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)