Welcome! ようこそ! 歡迎訪問!

My IP Address

软件下载中心

Skip to contents

Get version of Spark on which this application is running.

Usage

sparkR.version()

Value

a character string of the Spark version

Note

sparkR.version since 2.0.1

Examples

if (FALSE) {
sparkR.session()
version <- sparkR.version()
}