You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/12/15 00:00:30 UTC

[spark] branch master updated (49d3256 -> a99a47c)

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

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


    from 49d3256  [SPARK-33653][SQL] DSv2: REFRESH TABLE should recache the table itself
     add a99a47c  [SPARK-33748][K8S] Respect environment variables and configurations for Python executables

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/deploy/SparkSubmit.scala      | 54 +++++++-------
 docs/running-on-kubernetes.md                      |  5 +-
 .../scala/org/apache/spark/deploy/k8s/Config.scala | 16 +++-
 .../org/apache/spark/deploy/k8s/Constants.scala    |  3 +-
 .../k8s/features/DriverCommandFeatureStep.scala    | 37 ++++++++--
 .../features/DriverCommandFeatureStepSuite.scala   | 57 +++++++++++++--
 .../src/main/dockerfiles/spark/entrypoint.sh       | 10 +--
 .../k8s/integrationtest/DepsTestsSuite.scala       | 85 ++++++++++++++++------
 .../k8s/integrationtest/KubernetesSuite.scala      |  6 +-
 .../integrationtest/KubernetesTestComponents.scala |  5 +-
 .../deploy/k8s/integrationtest/ProcessUtils.scala  |  5 +-
 .../spark/deploy/k8s/integrationtest/Utils.scala   |  9 ++-
 .../integration-tests/tests/py_container_checks.py |  2 +-
 .../{pyfiles.py => python_executable_check.py}     | 27 +++----
 14 files changed, 228 insertions(+), 93 deletions(-)
 copy resource-managers/kubernetes/integration-tests/tests/{pyfiles.py => python_executable_check.py} (62%)


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