Reynold Xin created SPARK-13166:
-----------------------------------
Summary: 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]