h2o (version 3.2.0.3)

h2o.clusterStatus: Return the status of the cluster

Description

Retrieve information on the status of the cluster running H2O.

Usage

h2o.clusterStatus(conn = h2o.getConnection())

Arguments

conn
the H2OConnection object containing the IP address and port of the server running H2O.

See Also

H2OConnection, h2o.init

Examples

Run this code
localH2O <- h2o.init()
h2o.clusterStatus(localH2O)

Run the code above in your browser using DataLab