Get the Spark Version Associated with a Spark Installation
spark_version_from_home
Description
Retrieve the version of Spark associated with a Spark installation.
Usage
spark_version_from_home(spark_home, default = NULL)Arguments
| Arguments | Description |
|---|---|
| spark_home | The path to a Spark installation. |
| default | The default version to be inferred, in case version lookup failed, e.g. no Spark installation was found at spark_home. |