Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.03 KB

File metadata and controls

43 lines (28 loc) · 1.03 KB

Helm Chart Spark Connect

Release Helm Chart and Docker Image

This Helm chart is designed for deploying the Spark Connect application.

Description

Spark Connect is an application that allows you to perform data processing tasks using Apache Spark.

Feature

  • Apache Spark >= 3.5
  • Dynamic package installation
  • Apache Celeborn support
  • Optional mTLS.
  • Istio support

Requirements

  • Kubernetes 1.16.0 or later
  • Helm 3.0.0 or later

Installation

  1. Make sure you have Helm 3.0.0 or later installed.
  2. Add the Helm repository for your project:
helm repo add spark-connect-kubernetes https://aagumin.github.io/spark-connect-kubernetes
  1. Update the Helm repository list:
helm repo update
  1. Install the Spark Connect Helm chart:
helm install [RELEASE_NAME] spark-connect-kubernetes/spark-connect