[MINOR][YARN] Fix code error in yarn-cluster unit test

## What changes were proposed in this pull request?

Fix code error in yarn-cluster unit test.

## How was this patch tested?

Use exist tests

Author: sharkd <sharkd.tu@gmail.com>

Closes #14166 from sharkdtu/master.
This commit is contained in:
sharkd 2016-07-13 11:36:02 +01:00 committed by Sean Owen
parent bf107f1e65
commit 3d6f679cfe

View file

@ -97,7 +97,7 @@ class YarnClusterSuite extends BaseYarnClusterSuite {
}
test("run Spark in yarn-cluster mode with different configurations") {
testBasicYarnApp(true,
testBasicYarnApp(false,
Map(
"spark.driver.memory" -> "512m",
"spark.driver.cores" -> "1",