View source: R/spark_compile.R
spark_compile | R Documentation |
Given a set of scala
source files, compile them
into a Java Archive (jar
).
spark_compile(
jar_name,
spark_home = NULL,
filter = NULL,
scalac = NULL,
jar = NULL,
jar_dep = NULL,
embedded_srcs = "embedded_sources.R"
)
spark_home |
The path to the Spark sources to be used alongside compilation. |
filter |
An optional function, used to filter out discovered |
scalac |
The path to the |
jar |
The path to the |
jar_dep |
An optional list of additional |
embedded_srcs |
Embedded source file(s) under |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.