Repository: mahout
Updated Branches:
  refs/heads/master 61c9e1a92 -> 4e6577d14


MAHOUT-1615: remove temporary hard coded settings from spark-shell


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

Branch: refs/heads/master
Commit: 4e6577d140c203eae0b634764971bf2444438f41
Parents: 61c9e1a
Author: Andrew Palumbo <[email protected]>
Authored: Fri Oct 10 19:45:32 2014 -0400
Committer: Andrew Palumbo <[email protected]>
Committed: Fri Oct 10 19:45:32 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/mahout/blob/4e6577d1/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 107fb1e..0df42a3 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
@@ -45,9 +45,6 @@ class MahoutSparkILoop extends SparkILoop {
       conf.set("spark.executor.uri", execUri)
     }
 
-    // TODO:XXX remove this beforre pushing to apache/master
-    conf.set("spark.kryoserializer.buffer.mb", "100")
-
     sparkContext = mahoutSparkContext(
       masterUrl = master,
       appName = "Mahout Spark Shell",

Reply via email to