Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-22843][R] Adds localCheckpoint in R #20073

Closed
wants to merge 1 commit into from

Conversation

HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR proposes to add localCheckpoint(..) in R API.

df <- localCheckpoint(createDataFrame(iris))

How was this patch tested?

Unit tests added in R/pkg/tests/fulltests/test_sparkSQL.R

@HyukjinKwon
Copy link
Member Author

HyukjinKwon commented Dec 25, 2017

cc @felixcheung, could you take a look when you have some time?

@SparkQA
Copy link

SparkQA commented Dec 25, 2017

Test build #85364 has finished for PR 20073 at commit ec27a80.

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

@felixcheung
Copy link
Member

felixcheung commented Dec 25, 2017 via email

@HyukjinKwon
Copy link
Member Author

I tried to check if there is a easier way but not sure. Scala side seems checking the plan as well but I think I can't simply do it in R side and don't think it's worth ..

@felixcheung
Copy link
Member

felixcheung commented Dec 26, 2017 via email

@HyukjinKwon
Copy link
Member Author

Merged to master.

Thank you @felixcheung.

@asfgit asfgit closed this in 76e8a1d Dec 28, 2017
@HyukjinKwon HyukjinKwon deleted the SPARK-22843 branch January 2, 2018 03:37
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.

3 participants