Only Enterprise Steam administrators are authorized to call this method.

h2osteam.import_h2o_engine(conn, path)

Arguments

conn

The SteamConnection object obtained by h2osteam.login.

path

Full path to the H2O engine on disk of the Enterprise Steam server.

Value

None

Examples

if (FALSE) { conn <- h2osteam.login(url = "https://steam.h2o.ai:9555", username = "user01", password = "token-here") h2osteam.import_h2o_engine(conn, "/tmp/h2o-3.26.0.6-cdh6.3.zip") }