Define a Spark dependency consisting of a set of custom JARs and Spark packages.
spark_dependency(
  jars = NULL,
  packages = NULL,
  initializer = NULL,
  catalog = NULL,
  repositories = NULL,
  ...
)Character vector of full paths to JAR files.
Character vector of Spark packages names.
Optional callback function called when initializing a connection.
Optional location where extension JAR files can be downloaded for Livy.
Character vector of Spark package repositories.
Additional optional arguments.
An object of type `spark_dependency`