aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorsharkd <sharkd.tu@gmail.com>2016-07-13 11:36:02 +0100
committerSean Owen <sowen@cloudera.com>2016-07-13 11:36:02 +0100
commit3d6f679cfe5945a9f72841727342af39e9410e0a (patch)
treec0f1552d8638b20809c50a2de5fb8468b2429e12 /yarn
parentbf107f1e6522f9138d454b0723089c24626e775a (diff)
downloadspark-3d6f679cfe5945a9f72841727342af39e9410e0a.tar.gz
spark-3d6f679cfe5945a9f72841727342af39e9410e0a.tar.bz2
spark-3d6f679cfe5945a9f72841727342af39e9410e0a.zip
[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.
Diffstat (limited to 'yarn')
-rw-r--r--yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala b/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
index 874e3045b4..1ccd7e5993 100644
--- a/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
+++ b/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
@@ -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",