spark_default_compilation_spec {sparklyr} | R Documentation |
Default Compilation Specification for Spark Extensions
Description
This is the default compilation specification used for
Spark extensions, when used with compile_package_jars
.
Usage
spark_default_compilation_spec(
pkg = infer_active_package_name(),
locations = NULL
)
Arguments
pkg |
The package containing Spark extensions to be compiled. |
locations |
Additional locations to scan. By default, the
directories |
[Package sparklyr version 1.8.6 Index]