Skip to content

Commit a7ed6f3

Browse files
Earnerxin
authored andcommitted
[SPARK-4880] remove spark.locality.wait in Analytics
spark.locality.wait set to 100000 in examples/graphx/Analytics.scala. Should be left to the user. Author: Ernest <[email protected]> Closes #3730 from Earne/SPARK-4880 and squashes the following commits: d79ed04 [Ernest] remove spark.locality.wait in Analytics
1 parent 59a49db commit a7ed6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/scala/org/apache/spark/examples/graphx/Analytics.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object Analytics extends Logging {
4646
}
4747
val options = mutable.Map(optionsList: _*)
4848

49-
val conf = new SparkConf().set("spark.locality.wait", "100000")
49+
val conf = new SparkConf()
5050
GraphXUtils.registerKryoClasses(conf)
5151

5252
val numEPart = options.remove("numEPart").map(_.toInt).getOrElse {

0 commit comments

Comments
 (0)