Skip to content

Commit

Permalink
Use older constructor available in older Hadoop releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Vanzin committed Sep 9, 2014
1 parent d07ef9a commit 68fbbbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers {
override def beforeAll() {
tempDir = Utils.createTempDir()

yarnCluster = new MiniYARNCluster(getClass().getName(), 1, 1, 1, 1, false)
yarnCluster = new MiniYARNCluster(getClass().getName(), 1, 1, 1)
yarnCluster.init(new YarnConfiguration())
yarnCluster.start()

Expand Down

0 comments on commit 68fbbbf

Please sign in to comment.