-
- Downloads
[SPARK-20020][SPARKR] DataFrame checkpoint API
## What changes were proposed in this pull request? Add checkpoint, setCheckpointDir API to R ## How was this patch tested? unit tests, manual tests Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #17351 from felixcheung/rdfcheckpoint.
Showing
- R/pkg/NAMESPACE 2 additions, 0 deletionsR/pkg/NAMESPACE
- R/pkg/R/DataFrame.R 29 additions, 0 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/RDD.R 1 addition, 1 deletionR/pkg/R/RDD.R
- R/pkg/R/context.R 20 additions, 1 deletionR/pkg/R/context.R
- R/pkg/R/generics.R 5 additions, 1 deletionR/pkg/R/generics.R
- R/pkg/inst/tests/testthat/test_rdd.R 2 additions, 2 deletionsR/pkg/inst/tests/testthat/test_rdd.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 11 additions, 0 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment