[
https://issues.apache.org/jira/browse/MAHOUT-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14994612#comment-14994612
]
ASF GitHub Bot commented on MAHOUT-1785:
----------------------------------------
Github user pferrel commented on a diff in the pull request:
https://github.com/apache/mahout/pull/175#discussion_r44196237
--- Diff:
spark/src/test/scala/org/apache/mahout/sparkbindings/test/DistributedSparkSuite.scala
---
@@ -40,6 +41,7 @@ trait DistributedSparkSuite extends
DistributedMahoutSuite with LoggerConfigurat
addMahoutJars = !isLocal,
sparkConf = new SparkConf()
.set("spark.kryoserializer.buffer.mb", "40")
+ .set("spark.kryoserializer.buffer", "40")
.set("spark.akka.frameSize", "30")
--- End diff --
ditto above
> Replace 'spark.kryoserializer.buffer.mb' from Spark config
> ----------------------------------------------------------
>
> Key: MAHOUT-1785
> URL: https://issues.apache.org/jira/browse/MAHOUT-1785
> Project: Mahout
> Issue Type: Improvement
> Components: Mahout spark shell
> Affects Versions: 0.11.0
> Reporter: Suneel Marthi
> Assignee: Suneel Marthi
> Priority: Trivial
> Fix For: 0.12.0
>
>
> 'spark.kryoserializer.buffer.mb' has been deprecated as of spark 1.4 and
> should be replaced by 'spark.kryoserializer.buffer'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)