You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by fe...@apache.org on 2017/03/20 06:49:30 UTC

spark git commit: [SPARK-20020][SPARKR][FOLLOWUP] DataFrame checkpoint API fix version tag

Repository: spark
Updated Branches:
  refs/heads/master 965a5abcf -> f14f81e90


[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 <fe...@hotmail.com>

Closes #17356 from felixcheung/rdfcheckpoint2.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f14f81e9
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f14f81e9
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f14f81e9

Branch: refs/heads/master
Commit: f14f81e900e2e6c216055799584148a2c944268d
Parents: 965a5ab
Author: Felix Cheung <fe...@hotmail.com>
Authored: Sun Mar 19 23:49:26 2017 -0700
Committer: Felix Cheung <fe...@apache.org>
Committed: Sun Mar 19 23:49:26 2017 -0700

----------------------------------------------------------------------
 R/pkg/R/context.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/f14f81e9/R/pkg/R/context.R
----------------------------------------------------------------------
diff --git a/R/pkg/R/context.R b/R/pkg/R/context.R
index cb0f83b..1ca573e 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))))


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org