From eac1d0e921345b5d15aa35d8c565140292ab2af3 Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Fri, 2 Sep 2016 11:08:25 -0700 Subject: [SPARK-17376][SPARKR] followup - change since version ## What changes were proposed in this pull request? change since version in doc ## How was this patch tested? manual Author: Felix Cheung Closes #14939 from felixcheung/rsparkversion2. --- R/pkg/R/SQLContext.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/pkg') diff --git a/R/pkg/R/SQLContext.R b/R/pkg/R/SQLContext.R index a1404543be..783df53c12 100644 --- a/R/pkg/R/SQLContext.R +++ b/R/pkg/R/SQLContext.R @@ -169,7 +169,7 @@ sparkR.conf <- function(key, defaultValue) { #' sparkR.session() #' version <- sparkR.version() #' } -#' @note sparkR.version since 2.1.0 +#' @note sparkR.version since 2.0.1 sparkR.version <- function() { sparkSession <- getSparkSession() callJMethod(sparkSession, "version") -- cgit v1.2.3