start_h2o_cluster: Start an h2o cluster with an h2o worker on each node of the...

Description Usage Arguments Value Examples

Description

Start an h2o cluster with an h2o worker on each node of the SLURM cluster

Usage

1
start_h2o_cluster(memory = 2, path = NULL, port = NULL)

Arguments

memory

The amount of memory per node in GB

path

Path of h2o.jar

port

Port of the h2o cluster

Value

None This function is used for its side effects.

Examples

1
2
3
4
5
6
7
start_h2o_cluster()
library(h2o)
# Connect to our existing h2o cluster.
# Do not try to start a new server from R.
h2o.init(startH2O = FALSE)
# Code here...
h2o.shutdown()

NSAPH/h2odyssey documentation built on May 20, 2019, 9:59 a.m.