Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Feb 3, 2016

They seem redundant and we can simply use DataFrameReader/Writer. The new usage looks like:

val df = sqlContext.read.stream("...")
val handle = df.write.stream("...")
handle.stop()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra space

@SparkQA
Copy link

SparkQA commented Feb 4, 2016

Test build #50693 has finished for PR 11062 at commit 7528abb.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@marmbrus
Copy link
Contributor

marmbrus commented Feb 4, 2016

LGTM, merging to master.

@asfgit asfgit closed this in 915a753 Feb 4, 2016
asfgit pushed a commit that referenced this pull request Feb 5, 2016
…derWriterSuite

A follow up PR for #11062 because it didn't rename the test suite.

Author: Shixiong Zhu <[email protected]>

Closes #11096 from zsxwing/rename.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants