-
- Downloads
SPARK-4843 [YARN] Squash ExecutorRunnableUtil and ExecutorRunnable
ExecutorRunnableUtil is a parent of ExecutorRunnable because of the yarn-alpha and yarn-stable split. Now that yarn-alpha is gone, this commit squashes the unnecessary hierarchy. The methods from ExecutorRunnableUtil are added as private. Author: Kostas Sakellis <kostas@cloudera.com> Closes #3696 from ksakellis/kostas-spark-4843 and squashes the following commits: 486716f [Kostas Sakellis] Moved prepareEnvironment call to after yarnConf declaration 470e22e [Kostas Sakellis] Fixed indentation and renamed sparkConf variable 9b1b1c9 [Kostas Sakellis] SPARK-4843 [YARN] Squash ExecutorRunnableUtil and ExecutorRunnable
Showing
- yarn/src/main/scala/org/apache/spark/deploy/yarn/ExecutorRunnable.scala 172 additions, 10 deletions...scala/org/apache/spark/deploy/yarn/ExecutorRunnable.scala
- yarn/src/main/scala/org/apache/spark/deploy/yarn/ExecutorRunnableUtil.scala 0 additions, 203 deletions...a/org/apache/spark/deploy/yarn/ExecutorRunnableUtil.scala
Please register or sign in to comment