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

Apache Spark commented on SPARK-13166:
--------------------------------------

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

> Remove DataStreamReader/Writer
> ------------------------------
>
>                 Key: SPARK-13166
>                 URL: https://issues.apache.org/jira/browse/SPARK-13166
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>
> They seem redundant and we can simply use DataFrameReader/Writer. 
> The usage looks like:
> {code}
> val df = sqlContext.read.stream("...")
> val handle = df.write.stream("...")
> handle.stop()
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to