if (FALSE) {
library(h2o)
h2o.init()
iris_hf <- as.h2o(iris)
# These aren't real paths
# h2o.exportFile(iris_hf, path = "/path/on/h2o/server/filesystem/iris.csv")
# h2o.exportFile(iris_hf, path = "hdfs://path/in/hdfs/iris.csv")
# h2o.exportFile(iris_hf, path = "s3n://path/in/s3/iris.csv")
}
Run the code above in your browser using DataLab