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 2014/08/16 00:37:27 UTC

git commit: (NOJIRA) Add `collection.JavaConversions._` to mahout shell imports.

Repository: mahout
Updated Branches:
  refs/heads/master 8d6ac39fc -> 445c1e3f7


(NOJIRA) Add `collection.JavaConversions._` to mahout shell imports.


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

Branch: refs/heads/master
Commit: 445c1e3f743e687e874353b054c98253475d3413
Parents: 8d6ac39
Author: Dmitriy Lyubimov <dl...@apache.org>
Authored: Fri Aug 15 15:36:39 2014 -0700
Committer: Dmitriy Lyubimov <dl...@apache.org>
Committed: Fri Aug 15 15:36:39 2014 -0700

----------------------------------------------------------------------
 .../org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/445c1e3f/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala
----------------------------------------------------------------------
diff --git a/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala b/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala
index d03a5a9..b6b0851 100644
--- a/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala
+++ b/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala
@@ -15,6 +15,7 @@ class MahoutSparkILoop extends SparkILoop {
         "import drm._" ::
         "import RLikeDrmOps._" ::
         "import org.apache.mahout.sparkbindings._" ::
+        "import collection.JavaConversions._" ::
         Nil
 
   override protected def postInitialization() {