feat: Add Spark Operator for running Spark jobs on Kubernetes#2
Merged
feat: Add Spark Operator for running Spark jobs on Kubernetes#2
Conversation
Implement Kubeflow Spark Operator for distributed data processing: **Infrastructure:** - Helm values configuration (core/compute/spark-operator-values.yaml) - Kubeflow Spark Operator with webhook enabled - Resource limits: 128Mi/256Mi memory, 100m/200m CPU - RBAC and service account configuration - Prometheus metrics integration **Installation:** - Installation script (scripts/install-spark.sh) - Uses Kubeflow Spark Operator Helm chart - Automatic namespace and RBAC setup - Webhook for pod customization **Developer Experience:** - Makefile targets: install-spark, logs-spark, spark-apps - Enhanced status command with Spark operator and applications - Easy Spark job submission and monitoring **Examples:** - spark-pi.yaml: Basic Spark Pi calculation - spark-minio-example.yaml: Spark with MinIO S3 integration - example_spark_job.py: Airflow DAG for Spark job orchestration - Comprehensive README with usage examples **Integration:** - SparkApplication CRD for declarative job submission - S3A configuration for MinIO integration - Airflow orchestration support via KubernetesPodOperator - Driver and executor pod templates **Features:** - Declarative Spark application management - Automatic driver/executor pod creation - Resource quota and limits - Job monitoring and lifecycle management - S3-compatible storage (MinIO) access Spark Operator enables: - Batch data processing at scale - ETL/ELT pipelines - Machine learning workloads - Real-time stream processing (with Structured Streaming) - SQL analytics on distributed data 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Implement Kubeflow Spark Operator for distributed data processing:
Infrastructure:
Installation:
Developer Experience:
Examples:
Integration:
Features:
Spark Operator enables:
🤖 Generated with Claude Code