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/29 19:38:41 UTC

svn commit: r1676803 - in /mahout/site/mahout_cms/trunk: content/users/environment/out-of-core-reference.mdtext templates/standard.html

Author: apalumbo
Date: Wed Apr 29 17:38:41 2015
New Revision: 1676803

URL: http://svn.apache.org/r1676803
Log:
Change out-of-core to Distributed

Modified:
    mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext
    mahout/site/mahout_cms/trunk/templates/standard.html

Modified: mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext?rev=1676803&r1=1676802&r2=1676803&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext Wed Apr 29 17:38:41 2015
@@ -1,4 +1,4 @@
-# Mahout-Samsara's Out-Of-Core Linear Algebra DSL Reference
+# Mahout-Samsara's Distributed Linear Algebra DSL Reference
 
 **Note: this page is meant only as a quick reference to Mahout-Samsara's R-Like DSL semantics.  For more information, including information on Mahout-Samsara's Algebraic Optimizer please see: [Mahout Scala Bindings and Mahout Spark Bindings for Linear Algebra Subroutines](http://mahout.apache.org/users/sparkbindings/ScalaSparkBindings.pdf).**
 

Modified: mahout/site/mahout_cms/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/templates/standard.html?rev=1676803&r1=1676802&r2=1676803&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/templates/standard.html (original)
+++ mahout/site/mahout_cms/trunk/templates/standard.html Wed Apr 29 17:38:41 2015
@@ -147,7 +147,7 @@
                   <li><a href="/users/environment/h2o-internals.html">H2O</a></li>
                   <li class="nav-header">References</li>
                   <li><a href="/users/environment/in-core-reference.html">In-Core Algebraic DSL Reference</a></li>
-                  <li><a href="/users/environment/out-of-core-reference.html">Out-Of-Core Algebraic DSL Reference</a></li>
+                  <li><a href="/users/environment/out-of-core-reference.html">Distributed Algebraic DSL Reference</a></li>
                   <li class="nav-header">Tutorials</li>
                   <li><a href="/users/sparkbindings/play-with-shell.html">Playing with Mahout's Spark Shell</a></li>
                   <li><a href="/users/environment/how-to-build-an-app.html">How to build an app</a></li>