Skip to content

Commit

Permalink
Add hadoop cut and paste example for each distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Jan 13, 2015
1 parent 2f8db84 commit 8e22448
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packaging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,16 @@ <h2>Run H<sub>2</sub>O on Hadoop in just 3 steps.</h2>
<p class="terminal">
unzip h2o-SUBST_PROJECT_VERSION.zip<br/>
cd h2o-SUBST_PROJECT_VERSION/hadoop<br/>
<br/>
# Example for HDP 2.x users<br/>
hadoop jar h2odriver_hdp2.1.jar water.hadoop.h2odriver -libjars ../h2o.jar -mapperXmx 1g -nodes 1 -output hdfsOutputDirName<br/>
<br/>
# Example for CDH 5.x users<br/>
hadoop jar h2odriver_cdh5.jar water.hadoop.h2odriver -libjars ../h2o.jar -mapperXmx 1g -nodes 1 -output hdfsOutputDirName<br/>
<br/>
# Example for MapR 4.x users<br/>
hadoop jar h2odriver_mapr4.0.1.jar water.hadoop.h2odriver -libjars ../h2o.jar -mapperXmx 1g -nodes 1 -output hdfsOutputDirName<br/>
<br/>
</p>
<p>3. Point your browser to any of the H2O nodes launched. The IP addresses of the nodes will be available in the output:</p>
<p class="terminal">
Expand Down

0 comments on commit 8e22448

Please sign in to comment.