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

Chesnay Schepler edited comment on FLINK-7829 at 10/18/17 2:07 PM:
-------------------------------------------------------------------

It seems we don't support the same feature set at the moment with the 
BucketingSink. Most notable, row and field delimiters cannot be set, nor can we 
set the {{WriteMode}}.

We first have to implement a CSV 
{{org.apache.flink.streaming.connectors.fs.Writer}} before we can deprecated 
the method.


was (Author: zentol):
It seems we don't support the same feature set at the moment with the 
BucketingSink. Most notable, row and field delimiters cannot be set.

We first have to implement a CSV 
{{org.apache.flink.streaming.connectors.fs.Writer}} before we can deprecated 
the method.

> Remove (or at least deprecate) DataStream.writeToFile/Csv
> ---------------------------------------------------------
>
>                 Key: FLINK-7829
>                 URL: https://issues.apache.org/jira/browse/FLINK-7829
>             Project: Flink
>          Issue Type: Bug
>          Components: DataStream API
>            Reporter: Aljoscha Krettek
>            Priority: Blocker
>             Fix For: 1.4.0
>
>
> These methods are seductive for users but they should never actually use them 
> in a production streaming job. For those cases the {{BucketingSink}} should 
> be used.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to