Building

First build this package, then build its jars by running:

sparklyr::compile_package_jars()

then build the R package as usual.

Getting Started

Connect and test this package as follows:

library(hailr.test)
library(sparklyr)
sc <- spark_connect(master = "local")

hailr.test_hello(sc)
spark_disconnect_all()


samuelmacedo83/hailr.test documentation built on June 14, 2019, 8:14 a.m.