spark-instrumented-optimizer/R/pkg/tests
hyukjinkwon 76e8a1d7e2 [SPARK-22843][R] Adds localCheckpoint in R
## What changes were proposed in this pull request?

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

```r
df <- localCheckpoint(createDataFrame(iris))
```

## How was this patch tested?

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

Author: hyukjinkwon <gurwls223@gmail.com>

Closes #20073 from HyukjinKwon/SPARK-22843.
2017-12-28 20:17:26 +09:00
..
fulltests [SPARK-22843][R] Adds localCheckpoint in R 2017-12-28 20:17:26 +09:00
run-all.R [SPARK-22889][SPARKR] Set overwrite=T when install SparkR in tests 2017-12-23 10:27:14 -08:00