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 c410408 [SPARK-38226][SQL][TESTS] Fix HiveCompatibilitySuite under
ANSI mode
add 5984614 [SPARK-36061][K8S] Add `volcano` module and feature step
No new revisions were added by this update.
Summary of changes:
.github/workflows/build_and_test.yml | 4 +-
dev/scalastyle | 2 +-
project/SparkBuild.scala | 12 ++++
resource-managers/kubernetes/core/pom.xml | 30 ++++++++++
.../deploy/k8s/features/VolcanoFeatureStep.scala | 60 +++++++++++++++++++
.../k8s/features/VolcanoFeatureStepSuite.scala | 49 +++++++++++++++
.../kubernetes/integration-tests/pom.xml | 33 ++++++++++
.../k8s/integrationtest/KubernetesSuite.scala | 6 +-
.../deploy/k8s/integrationtest/VolcanoSuite.scala | 20 ++++---
.../k8s/integrationtest/VolcanoTestsSuite.scala | 70 ++++++++++++++++++++++
10 files changed, 273 insertions(+), 13 deletions(-)
create mode 100644
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/VolcanoFeatureStep.scala
create mode 100644
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/features/VolcanoFeatureStepSuite.scala
copy core/src/test/scala/org/apache/spark/rdd/RDDSuiteUtils.scala =>
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/VolcanoSuite.scala
(65%)
create mode 100644
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/VolcanoTestsSuite.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]