Find a given Spark installation by version.
spark_install_find(
version = NULL,
hadoop_version = NULL,
installed_only = TRUE,
latest = FALSE,
hint = FALSE
)
Version of Spark to install. See spark_available_versions
for a list of supported versions
Version of Hadoop to install. See spark_available_versions
for a list of supported versions
Search only the locally installed versions?
Check for latest version?
On failure should the installation code be provided?