View source: R/spark_version.R
spark_version | R Documentation |
Retrieve the version of Spark associated with a Spark connection.
spark_version(sc)
sc |
A |
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")
.
The Spark version as a numeric_version
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.