spark_config
From sparklyr v0.6.3
by Javier Luraschi
Read Spark Configuration
Read Spark Configuration
Usage
spark_config(file = "config.yml", use_default = TRUE)
Arguments
- file
Name of the configuration file
- use_default
TRUE to use the built-in detaults provided in this package
Details
Read Spark configuration using the config package.
Value
Named list with configuration data
Community examples
Looks like there are no examples yet.