-
- Downloads
Merge pull request #148 from squito/include_appId
Include appId in executor cmd line args add the appId back into the executor cmd line args. I also made a pretty lame regression test, just to make sure it doesn't get dropped in the future. not sure it will run on the build server, though, b/c `ExecutorRunner.buildCommandSeq()` expects to be abel to run the scripts in `bin`.
No related branches found
No related tags found
Showing
- core/src/main/scala/org/apache/spark/deploy/worker/ExecutorRunner.scala 1 addition, 1 deletion...scala/org/apache/spark/deploy/worker/ExecutorRunner.scala
- core/src/main/scala/org/apache/spark/executor/CoarseGrainedExecutorBackend.scala 1 addition, 1 deletion.../apache/spark/executor/CoarseGrainedExecutorBackend.scala
- core/src/test/scala/org/apache/spark/deploy/worker/ExecutorRunnerTest.scala 20 additions, 0 deletions...a/org/apache/spark/deploy/worker/ExecutorRunnerTest.scala
Loading
Please register or sign in to comment