[
https://issues.apache.org/jira/browse/SPARK-13166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-13166:
------------------------------------
Assignee: Apache Spark (was: Reynold Xin)
> 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: Apache Spark
>
> 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]