Skip to content
Snippets Groups Projects
Commit eac1d0e9 authored by Felix Cheung's avatar Felix Cheung Committed by Felix Cheung
Browse files

[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.
parent e79962f2
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment