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 2016/09/02 18:08:30 UTC

spark git commit: [SPARK-17376][SPARKR] followup - change since version

Repository: spark
Updated Branches:
  refs/heads/master e79962f2f -> eac1d0e92


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

Closes #14939 from felixcheung/rsparkversion2.


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

Branch: refs/heads/master
Commit: eac1d0e921345b5d15aa35d8c565140292ab2af3
Parents: e79962f
Author: Felix Cheung <fe...@hotmail.com>
Authored: Fri Sep 2 11:08:25 2016 -0700
Committer: Felix Cheung <fe...@apache.org>
Committed: Fri Sep 2 11:08:25 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/eac1d0e9/R/pkg/R/SQLContext.R
----------------------------------------------------------------------
diff --git a/R/pkg/R/SQLContext.R b/R/pkg/R/SQLContext.R
index a140454..783df53 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")


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