We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812333e commit 6a19a5dCopy full SHA for 6a19a5d
R/pkg/R/SQLContext.R
@@ -169,7 +169,7 @@ sparkR.conf <- function(key, defaultValue) {
169
#' sparkR.session()
170
#' version <- sparkR.version()
171
#' }
172
-#' @note sparkR.version since 2.1.0
+#' @note sparkR.version since 2.0.1
173
sparkR.version <- function() {
174
sparkSession <- getSparkSession()
175
callJMethod(sparkSession, "version")
0 commit comments