You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/11/16 08:05:15 UTC

[spark] branch master updated (cdcbdae -> 8615f35)

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 cdcbdae  [SPARK-33458][SQL] Hive partition pruning support Contains, StartsWith and EndsWith predicate
     add 8615f35  [SPARK-30985][K8S] Support propagating SPARK_CONF_DIR files to driver and executor pods

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/deploy/k8s/Constants.scala    |   3 +-
 .../k8s/features/BasicExecutorFeatureStep.scala    |  17 ++-
 .../k8s/submit/KubernetesClientApplication.scala   |  34 ++----
 .../deploy/k8s/submit/KubernetesClientUtils.scala  | 127 +++++++++++++++++++++
 .../k8s/KubernetesClusterSchedulerBackend.scala    |  19 +++
 .../apache/spark/deploy/k8s/Fabric8Aliases.scala   |   8 +-
 .../features/BasicExecutorFeatureStepSuite.scala   |  20 +++-
 .../spark/deploy/k8s/submit/ClientSuite.scala      | 117 +++++++++++++++----
 .../KubernetesClusterSchedulerBackendSuite.scala   |  13 +++
 .../src/main/dockerfiles/spark/entrypoint.sh       |   6 +
 10 files changed, 310 insertions(+), 54 deletions(-)
 create mode 100644 resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/KubernetesClientUtils.scala


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