spark git commit: [MINOR][YARN] Fix code error in yarn-cluster unit test

2016-07-13 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/branch-2.0 a34a54435 -> 74ad486dc


[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 

Closes #14166 from sharkdtu/master.

(cherry picked from commit 3d6f679cfe5945a9f72841727342af39e9410e0a)
Signed-off-by: Sean Owen 


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/74ad486d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/74ad486d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/74ad486d

Branch: refs/heads/branch-2.0
Commit: 74ad486dc886d8899c79eae8a78622eff05aeab6
Parents: a34a544
Author: sharkd 
Authored: Wed Jul 13 11:36:02 2016 +0100
Committer: Sean Owen 
Committed: Wed Jul 13 11:36:09 2016 +0100

--
 .../test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/74ad486d/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
--
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 874e304..1ccd7e5 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",


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



spark git commit: [MINOR][YARN] Fix code error in yarn-cluster unit test

2016-07-13 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/master bf107f1e6 -> 3d6f679cf


[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 

Closes #14166 from sharkdtu/master.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3d6f679c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3d6f679c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3d6f679c

Branch: refs/heads/master
Commit: 3d6f679cfe5945a9f72841727342af39e9410e0a
Parents: bf107f1
Author: sharkd 
Authored: Wed Jul 13 11:36:02 2016 +0100
Committer: Sean Owen 
Committed: Wed Jul 13 11:36:02 2016 +0100

--
 .../test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/3d6f679c/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
--
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 874e304..1ccd7e5 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",


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org