View source: R/spark_extensions.R
spark_dependency | R Documentation |
Define a Spark dependency consisting of a set of custom JARs, Spark packages, and customized dbplyr SQL translation env.
spark_dependency(
jars = NULL,
packages = NULL,
initializer = NULL,
catalog = NULL,
repositories = NULL,
dbplyr_sql_variant = NULL,
...
)
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. |
repositories |
Character vector of Spark package repositories. |
dbplyr_sql_variant |
Customization of dbplyr SQL translation env. Must be a
named list of the following form:
|
... |
Additional optional arguments. |
An object of type 'spark_dependency'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.