You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by dl...@apache.org on 2015/10/20 07:37:11 UTC

[28/32] mahout git commit: NOJIRA: "spart specific" comment is no longer true - removed it

NOJIRA: "spart specific" comment is no longer true - removed it


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

Branch: refs/heads/flink-binding
Commit: 3112f3c67abbf0368cb5729c8561201e65dc674b
Parents: 35426a9
Author: Alexey Grigorev <al...@gmail.com>
Authored: Wed Aug 26 17:31:41 2015 +0200
Committer: Alexey Grigorev <al...@gmail.com>
Committed: Fri Sep 25 17:46:31 2015 +0200

----------------------------------------------------------------------
 .../src/main/scala/org/apache/mahout/math/drm/DrmLike.scala | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/3112f3c6/math-scala/src/main/scala/org/apache/mahout/math/drm/DrmLike.scala
----------------------------------------------------------------------
diff --git a/math-scala/src/main/scala/org/apache/mahout/math/drm/DrmLike.scala b/math-scala/src/main/scala/org/apache/mahout/math/drm/DrmLike.scala
index b9c50b0..c5ba025 100644
--- a/math-scala/src/main/scala/org/apache/mahout/math/drm/DrmLike.scala
+++ b/math-scala/src/main/scala/org/apache/mahout/math/drm/DrmLike.scala
@@ -21,12 +21,7 @@ import scala.reflect.ClassTag
 
 
 /**
- *
- * Basic spark DRM trait.
- *
- * Since we already call the package "sparkbindings", I will not use stem "spark" with classes in
- * this package. Spark backing is already implied.
- *
+ * Basic DRM trait.
  */
 trait DrmLike[K] {
 
@@ -38,7 +33,7 @@ trait DrmLike[K] {
    * Distributed context, can be implicitly converted to operations on [[org.apache.mahout.math.drm.
    * DistributedEngine]].
    */
-  val context:DistributedContext
+  val context: DistributedContext
 
   /** R-like syntax for number of rows. */
   def nrow: Long