aboutsummaryrefslogtreecommitdiff
path: root/R/pkg
diff options
context:
space:
mode:
authorFelix Cheung <felixcheung_m@hotmail.com>2016-09-02 11:08:25 -0700
committerFelix Cheung <felixcheung@apache.org>2016-09-02 11:08:25 -0700
commiteac1d0e921345b5d15aa35d8c565140292ab2af3 (patch)
treef3283d28b54740dc85e2da8a9b27989a4b2eceeb /R/pkg
parente79962f2f3955485aecf32939207d8ee6ccd2704 (diff)
downloadspark-eac1d0e921345b5d15aa35d8c565140292ab2af3.tar.gz
spark-eac1d0e921345b5d15aa35d8c565140292ab2af3.tar.bz2
spark-eac1d0e921345b5d15aa35d8c565140292ab2af3.zip
[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 <felixcheung_m@hotmail.com> Closes #14939 from felixcheung/rsparkversion2.
Diffstat (limited to 'R/pkg')
-rw-r--r--R/pkg/R/SQLContext.R2
1 files changed, 1 insertions, 1 deletions
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")