A h2o cluster runs on google cloud. Trying to connect to it from R Studio on Ubuntu using:
conn=h2o.connect(ip = "external ip", port=443, strict_version_check = FALSE, username = "username", password = "password", https = TRUE, insecure = TRUE)
throws the error: Can only start H2O launcher if IP address is localhost. Plus, the h2o command(s) also works extremely slow. We have tried reinstalling R so that some of the memory profile changes done earlier would not affect the h2o program.