You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2015/06/13 02:57:50 UTC

svn commit: r954658 - in /websites/staging/mahout/trunk/content: ./ users/sparkbindings/home.html

Author: buildbot
Date: Sat Jun 13 00:57:49 2015
New Revision: 954658

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/users/sparkbindings/home.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 13 00:57:49 2015
@@ -1 +1 @@
-1685204
+1685206

Modified: websites/staging/mahout/trunk/content/users/sparkbindings/home.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/sparkbindings/home.html (original)
+++ websites/staging/mahout/trunk/content/users/sparkbindings/home.html Sat Jun 13 00:57:49 2015
@@ -289,16 +289,12 @@ If we count in DRM by in-core combinatio
 simple x %*% y logical notation.</p>
 <p>Please refer to the documentation for details.</p>
 <h2 id="status">Status</h2>
-<p>At this point, this environment addresses Linear Algebra side of things only. 
-However, it would be very exciting to include statistics and data frame support too. </p>
-<p>Also, this is early stage and experimental at this point. 
-Tweaks may be needed here and there for performance on case-per-case basis. 
-But being run on Spark, and assuming there's enough RAM not to swap intermediate products 
-of computation to disk, it should be as fast as it can be expected of in-memory matrix 
-block manipulations in Mahout and IO associated with the use of Spark distributed primitives.</p>
+<p>At this point, this environment addresses mostly R-like Linear Algebra optmizations for 
+Spark and H20. (Flink support in the works).</p>
 <h2 id="documentation">Documentation</h2>
 <ul>
 <li>Scala and Spark bindings manual: <a href="http://apache.github.io/mahout/doc/ScalaSparkBindings.html">web</a>, <a href="ScalaSparkBindings.pdf">pdf</a></li>
+<li>Overview blog on 0.10.x releases: <a href="http://www.weatheringthroughtechdays.com/2015/04/mahout-010x-first-mahout-release-as.html">blog</a></li>
 </ul>
 <h2 id="distributed-methods-and-solvers-using-bindings">Distributed methods and solvers using Bindings</h2>
 <ul>