sparkR.version: Get version of Spark on which this application is running

Description Usage Value Note Examples

View source: R/SQLContext.R

Description

Get version of Spark on which this application is running.

Usage

1

Value

a character string of the Spark version

Note

sparkR.version since 2.0.1

Examples

1
2
3
4
5
## Not run: 
sparkR.session()
version <- sparkR.version()

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.