spark_home_dir
From sparklyr v0.3.12
by Javier Luraschi
Find the SPARK_HOME directory for a version of Spark
Find the SPARK_HOME directory for a given version of Spark that
was previously installed using spark_install
.
- Keywords
- internal
Usage
spark_home_dir(version = NULL, hadoop_version = NULL)
Arguments
- version
- Version of Spark
- hadoop_version
- Version of Hadoop
Value
-
Path to SPARK_HOME (or
NULL
if the specified version
was not found).
Community examples
Looks like there are no examples yet.