Skip to content

Commit eb0936b

Browse files
Saikat KanjilalSaikat Kanjilal
authored andcommitted
reverted changes to trait to use local[2] again for jenkins unit test failures
1 parent ecba8e5 commit eb0936b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mllib/src/test/scala/org/apache/spark/mllib/util/MLlibTestSparkContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ trait MLlibTestSparkContext extends TempDirectory { self: Suite =>
3434
override def beforeAll() {
3535
super.beforeAll()
3636
spark = SparkSession.builder
37-
.master("local[4]")
37+
.master("local[2]")
3838
.appName("MLlibUnitTest")
3939
.getOrCreate()
4040
sc = spark.sparkContext

0 commit comments

Comments
 (0)