Skip to content

Commit 68fbbbf

Browse files
author
Marcelo Vanzin
committed
Use older constructor available in older Hadoop releases.
1 parent d07ef9a commit 68fbbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn/stable/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers {
4343
override def beforeAll() {
4444
tempDir = Utils.createTempDir()
4545

46-
yarnCluster = new MiniYARNCluster(getClass().getName(), 1, 1, 1, 1, false)
46+
yarnCluster = new MiniYARNCluster(getClass().getName(), 1, 1, 1)
4747
yarnCluster.init(new YarnConfiguration())
4848
yarnCluster.start()
4949

0 commit comments

Comments
 (0)