-
- Downloads
[SPARK-16125][YARN] Fix not test yarn cluster mode correctly in YarnClusterSuite
## What changes were proposed in this pull request? Since SPARK-13220(Deprecate "yarn-client" and "yarn-cluster"), YarnClusterSuite doesn't test "yarn cluster" mode correctly. This pull request fixes it. ## How was this patch tested? Unit test (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) Author: peng.zhang <peng.zhang@xiaomi.com> Closes #13836 from renozhang/SPARK-16125-test-yarn-cluster-mode.
Showing
- core/src/test/scala/org/apache/spark/util/UtilsSuite.scala 2 additions, 1 deletioncore/src/test/scala/org/apache/spark/util/UtilsSuite.scala
- python/pyspark/context.py 0 additions, 4 deletionspython/pyspark/context.py
- repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala 0 additions, 2 deletions....10/src/main/scala/org/apache/spark/repl/SparkILoop.scala
- yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala 1 addition, 1 deletion...scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
Loading
Please register or sign in to comment