Determine if an H2O cluster is up or not

h2o.clusterIsUp(conn = h2o.getConnection())

Arguments

conn

H2OConnection object

Value

TRUE if the cluster is up; FALSE otherwise