Stop a running H2O cluster on Hadoop.

h2osteam.stop_h2o_cluster(conn, name)

Arguments

conn

The SteamConnection object obtained by h2osteam.login.

name

The name of the H2O cluster.

Value

None

Examples

if (FALSE) { conn <- h2osteam.login(url = "https://steam.h2o.ai:9555", username = "user01", password = "token-here") h2osteam.stop_h2o_cluster(conn, "my-cluster") }