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

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


    from 27f6b5a  [SPARK-32937][SPARK-32980][K8S] Fix decom & launcher tests 
and add some comments to reduce chance of breakage
     add 527cd3f  [SPARK-32971][K8S] Support dynamic PVC creation/deletion for 
K8s executors

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/deploy/k8s/Config.scala |  1 +
 ...iverSpec.scala => KubernetesExecutorSpec.scala} |  5 +--
 .../apache/spark/deploy/k8s/KubernetesUtils.scala  | 22 ++++++++++-
 .../spark/deploy/k8s/KubernetesVolumeSpec.scala    |  5 ++-
 .../spark/deploy/k8s/KubernetesVolumeUtils.scala   |  8 +++-
 .../k8s/features/MountVolumesFeatureStep.scala     | 45 ++++++++++++++++++++--
 .../k8s/submit/KubernetesClientApplication.scala   | 26 +++----------
 .../cluster/k8s/ExecutorPodsAllocator.scala        | 32 ++++++++++++---
 .../cluster/k8s/KubernetesExecutorBuilder.scala    | 14 ++++++-
 .../spark/deploy/k8s/KubernetesTestConf.scala      |  7 +++-
 .../features/MountVolumesFeatureStepSuite.scala    | 17 ++++++++
 .../cluster/k8s/ExecutorPodsAllocatorSuite.scala   |  6 +--
 .../k8s/KubernetesExecutorBuilderSuite.scala       |  2 +-
 13 files changed, 146 insertions(+), 44 deletions(-)
 copy 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/{KubernetesDriverSpec.scala
 => KubernetesExecutorSpec.scala} (86%)


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

Reply via email to