aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorFelix Cheung <felixcheung_m@hotmail.com>2017-03-19 23:49:26 -0700
committerFelix Cheung <felixcheung@apache.org>2017-03-19 23:49:26 -0700
commitf14f81e900e2e6c216055799584148a2c944268d (patch)
treef7e87c5a2d9a9e0ae8c6d2bda3a343cc9ebcd314 /R
parent965a5abcff3adccc10a53b0d97d06c43934df1a2 (diff)
downloadspark-f14f81e900e2e6c216055799584148a2c944268d.tar.gz
spark-f14f81e900e2e6c216055799584148a2c944268d.tar.bz2
spark-f14f81e900e2e6c216055799584148a2c944268d.zip
[SPARK-20020][SPARKR][FOLLOWUP] DataFrame checkpoint API fix version tag
## What changes were proposed in this pull request? doc only change ## How was this patch tested? manual Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #17356 from felixcheung/rdfcheckpoint2.
Diffstat (limited to 'R')
-rw-r--r--R/pkg/R/context.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/pkg/R/context.R b/R/pkg/R/context.R
index cb0f83b2fa..1ca573e5bd 100644
--- a/R/pkg/R/context.R
+++ b/R/pkg/R/context.R
@@ -424,7 +424,7 @@ setLogLevel <- function(level) {
#'\dontrun{
#' setCheckpointDir("/checkpoint")
#'}
-#' @note setCheckpointDir since 2.0.0
+#' @note setCheckpointDir since 2.2.0
setCheckpointDir <- function(directory) {
sc <- getSparkContext()
invisible(callJMethod(sc, "setCheckpointDir", suppressWarnings(normalizePath(directory))))