You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/09/21 05:31:12 UTC

[spark] branch master updated (9c653c9 -> 0c66813)

This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 9c653c9  [SPARK-32189][DOCS][PYTHON] Development - Setting up IDEs
     add 0c66813  Revert "[SPARK-32850][CORE] Simplify the RPC message flow of decommission"

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ExecutorAllocationClient.scala    | 19 ++---
 .../apache/spark/ExecutorAllocationManager.scala   |  5 +-
 .../org/apache/spark/deploy/DeployMessage.scala    | 31 ++------
 .../org/apache/spark/deploy/master/Master.scala    | 23 ++----
 .../org/apache/spark/deploy/worker/Worker.scala    | 28 +++----
 .../executor/CoarseGrainedExecutorBackend.scala    | 60 ++++++++-------
 .../cluster/CoarseGrainedClusterMessage.scala      | 16 ++--
 .../cluster/CoarseGrainedSchedulerBackend.scala    | 86 ++++++++++++++--------
 .../cluster/StandaloneSchedulerBackend.scala       |  7 +-
 .../org/apache/spark/storage/BlockManager.scala    |  6 +-
 .../spark/storage/BlockManagerMasterEndpoint.scala | 18 ++++-
 .../storage/BlockManagerStorageEndpoint.scala      |  2 +-
 .../spark/deploy/DecommissionWorkerSuite.scala     |  4 +-
 .../spark/deploy/client/AppClientSuite.scala       |  7 +-
 .../spark/scheduler/WorkerDecommissionSuite.scala  |  7 +-
 .../scheduler/ExecutorAllocationManagerSuite.scala |  6 +-
 16 files changed, 148 insertions(+), 177 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org