We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f084c5d commit 08955f4Copy full SHA for 08955f4
yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
@@ -143,7 +143,8 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers wit
143
}
144
145
146
- test("run Python application in yarn-cluster mode") {
+ // Enable this once fix SPARK-6700
147
+ ignore("run Python application in yarn-cluster mode") {
148
val primaryPyFile = new File(tempDir, "test.py")
149
Files.write(TEST_PYFILE, primaryPyFile, UTF_8)
150
val pyFile = new File(tempDir, "test2.py")
0 commit comments