unzip h2o-1.7.0.520.zip
cd h2o-1.7.0.520 #change working directory to the downloaded file
java -Xmx1g -jar h2o.jar
03:05:45.311 main INFO WATER: ----- H2O started -----
03:05:45.312 main INFO WATER: Build git branch: master
03:05:45.312 main INFO WATER: Build git hash: f253798433c109b19acd14cb973b45f255c59f3f
03:05:45.312 main INFO WATER: Build git describe: f253798
03:05:45.312 main INFO WATER: Build project version: 1.7.0.520
03:05:45.313 main INFO WATER: Built by: 'jenkins'
03:05:45.313 main INFO WATER: Built on: 'Thu Sep 12 00:01:52 PDT 2013'
03:05:45.313 main INFO WATER: Java availableProcessors: 8
03:05:45.321 main INFO WATER: Java heap totalMemory: 0.08 gb
03:05:45.321 main INFO WATER: Java heap maxMemory: 0.99 gb
03:05:45.322 main INFO WATER: ICE root: '/tmp/h2o-tomk'
03:05:45.364 main INFO WATER: Internal communication uses port: 54322
+ Listening for HTTP and REST traffic on http://192.168.1.52:54321/
03:05:45.409 main INFO WATER: 03:05:45.411 main INFO WATER: Cloud of size 1 formed [/192.168.1.52:54321]
03:05:45.543 main INFO WATER: Log dir: '/tmp/h2o-tomk/h2ologs'
http://localhost:54321/
The user interface will appear in your browser, and now H2O is ready to go.
First time users may need to download and install Java in order to run H2O. The program is available free on the web, and can be quickly installed. Even though you will use Java to run H2O, no programming is necessary.
In the Java command entered the term -Xmx1g was used. Xmx is the amount of memory given to H2O. If your data set is large, give H2O more memory (for example, -Xmx4g gives H2O four gigabytes of memory). For best performance, Xmx should be 4x the size of your data, but never more than the total amount of memory on your computer.