livy_config {sparklyr} | R Documentation |
Create a Spark Configuration for Livy
livy_config(config = spark_config(), username, password)
config |
Optional base configuration |
username |
The username to use in the Authorization header |
password |
The password to use in the Authorization header |
Extends a Spark "spark_config"
configuration with settings
for Livy. For instance, "username"
and "password"
define the basic authentication settings for a Livy session.
Named list with configuration data