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

Apache Spark commented on SPARK-11324:
--------------------------------------

User 'brkyvz' has created a pull request for this issue:
https://github.com/apache/spark/pull/9285

> Flag to close Write Ahead Log after writing
> -------------------------------------------
>
>                 Key: SPARK-11324
>                 URL: https://issues.apache.org/jira/browse/SPARK-11324
>             Project: Spark
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Burak Yavuz
>
> Currently the Write Ahead Log in Spark Streaming flushes data as writes need 
> to be made. S3 does not support flushing of data, data is written once the 
> stream is actually closed. 
> In case of failure, the data for the last minute (default rolling interval) 
> will not be properly written. Therefore we need a flag to close the stream 
> after the write, so that we achieve read after write consistency.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to