feat: Add Tubi production configuration for Spark Kubernetes Operator#1
Open
feat: Add Tubi production configuration for Spark Kubernetes Operator#1
Conversation
### What changes were proposed in this pull request? This PR aims to update `GitHub Action` YAML file in `branch-0.6`. ### Why are the changes needed? To enable GitHub Action CI. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI is trigged on this PR and passes. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#415 from dongjoon-hyun/SPARK-54167. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Add tubi-production-values.yaml for Helm chart configuration - Add manifests for Spark Connect Server, History Server, and batch jobs - Add PySpark test manifests for TensorFlow/wheel installation validation - Add upgrade script for operator version upgrades - Add TUBI_README.md with usage documentation Tested on scalamigo-v2-production cluster with: - Operator version 0.6.0 - Spark 3.5.3 with Scala 2.12 - S3 access via kiam/IRSA - TensorFlow and custom wheel installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Tubi-specific configuration and manifests for running the Apache Spark Kubernetes Operator in production.
Changes
Configuration Files
tubi-production-values.yaml- Helm chart values for production deploymentupgrade-to-0.6.0.sh- Script for upgrading operator versions safelyManifests
manifests/spark-connect-server.yaml- Spark Connect Server with production configurationmanifests/spark-history-server.yaml- Spark History Server with S3 log storagemanifests/labeled-presentation-job.yaml- Example Scala batch jobPySpark Test Manifests
manifests/pyspark-test.yaml- Basic PySpark validationmanifests/pyspark-tensorflow-test.yaml- TensorFlow + wheel installation via init containermanifests/pyspark-s3-test.yaml- S3 pyFiles testmanifests/pyspark-wheel-test.yaml- Wheel distribution testDocumentation
TUBI_README.md- Usage documentation for Tubi engineersTested On
Notes