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/16 16:09:35 UTC

svn commit: r1674077 - /mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext

Author: apalumbo
Date: Thu Apr 16 14:09:34 2015
New Revision: 1674077

URL: http://svn.apache.org/r1674077
Log:
CMS commit to mahout by apalumbo

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

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=1674077&r1=1674076&r2=1674077&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 Thu Apr 16 14:09:34 2015
@@ -124,7 +124,7 @@ Elementwise division *(Matrices of ident
     inCoreA *: B
     inCoreA /: B
 
-Note the Spark associativity change (e.g. A *: inCoreB means B.leftMultiply(A), same as when both arguments are in core). Whenever operator arguments include both in-core and out-of-core arguments, the operator can only be associated with the out-of-core (DRM) argument to support the distributed implementation.
+Note the Spark associativity change (e.g. `A *: inCoreB` means `B.leftMultiply(A`), same as when both arguments are in core). Whenever operator arguments include both in-core and out-of-core arguments, the operator can only be associated with the out-of-core (DRM) argument to support the distributed implementation.
     
 **Matrix-matrix multiplication %*%**: