spark_install_find {sparklyr} | R Documentation |
Find a given Spark installation by version.
Description
Find a given Spark installation by version.
Usage
spark_install_find(
version = NULL,
hadoop_version = NULL,
installed_only = TRUE,
latest = FALSE,
hint = FALSE
)
Arguments
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? |
[Package sparklyr version 1.9.0 Index]