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

ASF GitHub Bot commented on FLINK-1687:
---------------------------------------

GitHub user szape opened a pull request:

    https://github.com/apache/flink/pull/521

    [FLINK-1687] [streaming] Syncing streaming source API with batch source API

    It is important to keep the streaming and the batch user facing API 
synchronised in regard of the source and sink functions (even if the inner 
workings are different).
    Most of the source functions are done here. Because this is not a high 
priority issue, sink functions will be done later on.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mbalassi/flink FLINK-1687

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/521.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #521
    
----
commit 5fe5a3592ea21ca2016919dbc6c67330cf41dd7b
Author: szape <[email protected]>
Date:   2015-03-23T10:35:11Z

    [FLINK-1687] [streaming] Syncing streaming source API with batch source API 
wip

commit f8294897a90c21b762d422b8fe6f673acc228d9c
Author: szape <[email protected]>
Date:   2015-03-23T10:37:04Z

    [FLINK-1687] [streaming] Source example wip

----


> Streaming file source/sink API is not in sync with the batch API
> ----------------------------------------------------------------
>
>                 Key: FLINK-1687
>                 URL: https://issues.apache.org/jira/browse/FLINK-1687
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Gábor Hermann
>            Assignee: Péter Szabó
>
> Streaming environment is missing file inputs like readFile, readCsvFile and 
> also the more general createInput function, and outputs like writeAsCsv and 
> write. Streaming and batch API should be consistent.



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

Reply via email to