Carlo Morales
01/25/2017

sparklyr is used to connect R to spark
rsparkling provides an R interface to the H20's machine learning library
install.packages('sparklyr')
library(sparklyr)
spark_install()
sc <- spark_connect("local")
my_tbl <- copy_tbl(sc , iris)