Ceng
Ceng

Reputation: 57

how to start h2o on sandbox after launching

I have installed h2o on my hortonworks sandbox 2.1 platform which is on virtual box. It works fine at localhost:54321. But, when I restart virtual box, it does not launch at localhost:54321 again. How can I start it?

Upvotes: 0

Views: 113

Answers (1)

Erin LeDell
Erin LeDell

Reputation: 8819

If you restart the virtual machine, you will also need to restart the H2O cluster. You will start the H2O cluster like you did originally, which is probably by typing the following at the command line: java -jar h2o.jar Once the H2O cluster is running again, you will be able to reach the Flow web interface at localhost:54321.

Upvotes: 1

Related Questions