aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2015-04-14 13:34:44 -0700
committerAndrew Or <andrew@databricks.com>2015-04-14 13:34:44 -0700
commitb075e4b720221a8204cae93468065a6708348830 (patch)
treead52ae2b25ccc8fe80f8b7d0a1776d771931dcaa /yarn
parent8f8dc45f6d4c8d7b740eaa3d2ea09d0b531af9dd (diff)
downloadspark-b075e4b720221a8204cae93468065a6708348830.tar.gz
spark-b075e4b720221a8204cae93468065a6708348830.tar.bz2
spark-b075e4b720221a8204cae93468065a6708348830.zip
[SPARK-6700] [yarn] Re-enable flaky test.
Test runs have been successful on jenkins. So let's re-enable the test and look out for any failures, and fix things appropriately. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #5459 from vanzin/SPARK-6700 and squashes the following commits: 2ead85b [Marcelo Vanzin] WIP: re-enable flaky test to catch failure in jenkins.
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 c06c010567..76952e3341 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
@@ -144,7 +144,7 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers wit
}
// Enable this once fix SPARK-6700
- ignore("run Python application in yarn-cluster mode") {
+ test("run Python application in yarn-cluster mode") {
val primaryPyFile = new File(tempDir, "test.py")
Files.write(TEST_PYFILE, primaryPyFile, UTF_8)
val pyFile = new File(tempDir, "test2.py")