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

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

GitHub user aljoscha opened a pull request:

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

    [FLINK-9193] Deprecate non-well-defined output methods on DataStream

    

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

    $ git pull https://github.com/aljoscha/flink master

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

    https://github.com/apache/flink/pull/5868.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 #5868
    
----
commit e5c24ea8e6700d65dbb794c5055f0bc40b8fa55f
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-04-17T13:36:55Z

    Remove unsed Sink Functions

commit fb0ecf646d4fe132d0b0ef18334ff9b9fea0db35
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-04-17T13:37:29Z

    [FLINK-9193] Deprecate non-well-defined output methods on DataStream

----


> Deprecate non-well-defined output methods on DataStream
> -------------------------------------------------------
>
>                 Key: FLINK-9193
>                 URL: https://issues.apache.org/jira/browse/FLINK-9193
>             Project: Flink
>          Issue Type: Improvement
>          Components: DataStream API
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Major
>             Fix For: 1.5.0
>
>
> Some output methods on {{DataStream}} that write text to files are not safe 
> to use in a streaming program as they have no consistency guarantees. They 
> are:
>  - {{writeAsText()}}
>  - {{writeAsCsv()}}
>  - {{writeToSocket()}}
>  - {{writeUsingOutputFormat()}}
> Along with those we should also deprecate the {{SinkFunctions}} that they use.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to