You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2015/04/08 20:47:42 UTC

mahout git commit: (NOJIRA): update h2o readme

Repository: mahout
Updated Branches:
  refs/heads/master 4325123cc -> 3ecf5f825


(NOJIRA): update h2o readme


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/3ecf5f82
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/3ecf5f82
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/3ecf5f82

Branch: refs/heads/master
Commit: 3ecf5f825ca0255cdedaf085326c602e3b404b5e
Parents: 4325123
Author: Andrew Palumbo <ap...@apache.org>
Authored: Wed Apr 8 14:46:17 2015 -0400
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Wed Apr 8 14:46:17 2015 -0400

----------------------------------------------------------------------
 h2o/README.md | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/3ecf5f82/h2o/README.md
----------------------------------------------------------------------
diff --git a/h2o/README.md b/h2o/README.md
index 0aa5ebd..0776354 100644
--- a/h2o/README.md
+++ b/h2o/README.md
@@ -4,16 +4,6 @@ This document demonstrates the integration between Mahout (http://mahout.apache.
 
 ## Setup
 
-Since the integration is still in the early stages, the demonstration will be using git and source (rather than a pre-built binary distribution.)
-
-    sh:~$ git clone git://github.com/apache/mahout
-    sh:~$ cd mahout
-    sh:~/mahout$ git checkout -b MAHOUT-1500
-    sh:~/mahout$ git pull git://github.com/avati/mahout MAHOUT-1500
-    sh:~/mahout$ mvn -DskipTests install package
-
-The last step (mvn package) is necessary only because we are working off the source repository and do not yet use binary distributions of either Mahout or H2O.
-
 The integration depends on h2o-core maven artifact. This can either be fetched automatically through sonatype, or can be installed locally from source (run 'gradle install -x test' in http://github.com/0xdata/h2o-dev)
 
 ## Test