sparklyr (version 0.5)

livy_config: Create a Spark Configuration for Livy

Description

Create a Spark Configuration for Livy

Usage

livy_config(config = spark_config(), username, password)

Arguments

config
Optional base configuration
username
The username to use in the Authorization header
password
The password to use in the Authorization header

Value

Named list with configuration data

Details

Extends a Spark "spark_config" configuration with settings for Livy. For instance, "username" and "password" define the basic authentication settings for a Livy session.