h2o (version 3.44.0.3)

h2o.clusterStatus: Return the status of the cluster

Description

Retrieve information on the status of the cluster running H2O.

Usage

h2o.clusterStatus()

Arguments

See Also

H2OConnection, h2o.init

Examples

Run this code
if (FALSE) {
h2o.init()
h2o.clusterStatus()
}

Run the code above in your browser using DataLab