spark_dependency {sparklyr}R Documentation

Define a Spark dependency

Description

Define a Spark dependency consisting of a set of custom JARs and Spark packages.

Usage

spark_dependency(jars = NULL, packages = NULL, initializer = NULL,
  catalog = NULL, ...)

Arguments

jars

Character vector of full paths to JAR files.

packages

Character vector of Spark packages names.

initializer

Optional callback function called when initializing a connection.

catalog

Optional location where extension JAR files can be downloaded for Livy.

...

Additional optional arguments.

Value

An object of type 'spark_dependency'


[Package sparklyr version 1.0.0 Index]