Nothing
compile_jars<- function(){
spark_2.2 <- spark_compilation_spec(
spark_version = "2.2.0",
scalac_path = sparklyr::find_scalac("2.11"),
jar_name = sprintf("sparkhail-2.2-2.11.jar"),
jar_path = NULL,
scala_filter = NULL
)
spark_2.4 <- spark_compilation_spec(
spark_version = "2.4.0",
scalac_path = sparklyr::find_scalac("2.11"),
jar_name = sprintf("sparkhail-2.4-2.11.jar"),
jar_path = NULL,
scala_filter = NULL
)
sparklyr::compile_package_jars(spec = spark_2.2)
sparklyr::compile_package_jars(spec = spark_2.4)
sparklyr::compile_package_jars()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.