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(hail.comparison)
library(sparklyr)
sc <- spark_connect(master = "local")

hail.comparison_hello(sc)
spark_disconnect_all()


samuelmacedo83/hail.comparison documentation built on May 11, 2019, 4:05 p.m.