spark_version: Get the Spark Version Associated with a Spark Connection

View source: R/spark_version.R

spark_versionR Documentation

Get the Spark Version Associated with a Spark Connection

Description

Retrieve the version of Spark associated with a Spark connection.

Usage

spark_version(sc)

Arguments

sc

A spark_connection.

Details

Suffixes for e.g. preview versions, or snapshotted versions, are trimmed – if you require the full Spark version, you can retrieve it with invoke(spark_context(sc), "version").

Value

The Spark version as a numeric_version.


sparklyr documentation built on Nov. 2, 2023, 5:09 p.m.