Start/Stop H2O Server

H2O.jar is available in Gathr lib folder.

To register, deploy and enable data drift on the H2O model, make sure that the instance of H2O server is running.

Start H2O Server

You can start the H2O server by following the below steps:

cd $SAX\_HOME/bin/
./startH2OServer.sh (for Ubuntu) or ./startH2OServer.bat (for Windows)

Stop H2O Server

You can stop the running instance of the H2O server by following the below steps:

cd $SAX\_HOME/bin/
./stopH2OServer.sh (for Ubuntu) or ./stopH2OServer.bat (for Windows)
Top