spark_version
From sparklyr v0.3.11
by Javier Luraschi
Version of Spark for a connection
Version of Spark for a connection
Version of Spark for a SPARK_HOME directory
Usage
spark_version(sc)
spark_version_from_home(spark_home, default = NULL)
Arguments
- sc
spark_connection
- spark_home
- Path to SPARK_HOME
- default
- The version to use as default
Value
-
A
numeric_version
object
Community examples
Looks like there are no examples yet.