Skip to content
Snippets Groups Projects
Commit 3d6f679c authored by sharkd's avatar sharkd Committed by Sean Owen
Browse files

[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.
parent bf107f1e
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment