From f14f81e900e2e6c216055799584148a2c944268d Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Sun, 19 Mar 2017 23:49:26 -0700 Subject: [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 Closes #17356 from felixcheung/rdfcheckpoint2. --- R/pkg/R/context.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') 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)))) -- cgit v1.2.3