connection_config
From sparklyr v0.3.5
by Javier Luraschi
Read configuration values for a connection
Read configuration values for a connection
Usage
connection_config(sc, prefix, not_prefix = list())
Arguments
- sc
spark_connection
- prefix
- Prefix to read parameters for
(e.g.
spark.context.
,spark.sql.
, etc.) - not_prefix
- Prefix to not include.
Value
-
Named list of config parameters (note that if a prefix was
specified then the names will not include the prefix)
Community examples
Looks like there are no examples yet.