cd /etc sudo mkdir H20 sudo chown -R rsaporta:rusers H20 sudo wget https://s3.amazonaws.com/h2o-release/h2o/rel-markov/1/h2o-2.8.1.1.zip sudo unzip h2o-2.8.1.1.zip cd /etc/H20/ cd h2o-2.8.1.1 ## Now to kick it off java -jar h2o.jar java -jar /etc/H20/h2o-2.8.1.1/h2o.jar ## TODO: Create a symlink INFO WATER: Possible IP Address: lo (lo), 127.0.0.1 INFO WATER: Internal communication uses port: 54322 Listening for HTTP and REST traffic on http://10.100.23.106:54321/ ---------------------------------------------------------------------- Your next step is to start H2O and get a connection object (named 'localH2O', for example): > localH2O = h2o.init() For H2O package documentation, ask for help: > ??h2o After starting H2O, you can use the Web UI at http://localhost:54321 For more information visit http://docs.0xdata.com ---------------------------------------------------------------------- Attaching package: ‘h2o’ The following object is masked _by_ ‘.GlobalEnv’: trim The following objects are masked from ‘package:data.table’: month, year The following objects are masked from ‘package:base’: ifelse, max, min, strsplit, sum, tolower, toupper