View source: R/install_spark.R
spark_install_find | R Documentation |
Find a given Spark installation by version.
spark_install_find(
version = NULL,
hadoop_version = NULL,
installed_only = TRUE,
latest = FALSE,
hint = FALSE
)
version |
Version of Spark to install. See |
hadoop_version |
Version of Hadoop to install. See |
installed_only |
Search only the locally installed versions? |
latest |
Check for latest version? |
hint |
On failure should the installation code be provided? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.