I am getting the following error when running this code Error
Starting H2O JVM and connecting: ............................................................
[1] "localhost"
[1] 54321
[1] TRUE
[1] -1
[1] "Failed to connect to localhost port 54321: Connection refused"
[1] 127
Error in h2o.init() : H2O failed to start, stopping execution.
In addition: Warning message:
running command 'curl 'http://localhost:54321'' had status 127
>
library('h2o')
sys.setenv('C:\ProgramData\Oracle\Java\javapath')
localH2O = h2o.init()
unable to see the visualization page of h2o