Skip to content

Latest commit

 

History

History
 
 

celeborn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Helm Chart for Apache Celeborn

Apache Celeborn is an intermediate data service for Big Data compute engines (i.e. ETL, OLAP and Streaming engines) to boost performance, stability, and flexibility. Intermediate data typically include shuffle and spilled data.

Introduction

This chart will bootstrap an Celeborn deployment on a Kubernetes cluster using the Helm package manager.

Requirements

Configure kubectl to connect to the Kubernetes cluster.

Template rendering

When you want to test the template rendering, but not actually install anything. Debugging templates provide a quick way of viewing the generated content without YAML parse errors blocking.

There are two ways to render templates. It will return the rendered template to you so you can see the output.

  • Local rendering chart templates
helm template --debug ../celeborn
  • Server side rendering chart templates
helm install --dry-run --debug --generate-name ../celeborn

More details in Helm Install. The chart can be customized using the following celeborn configurations. Specify parameters using --set key=value[,key=value] argument to helm install.

Documentation

For additional details on deploying the Celeborn Kubernetes Helm chart, please refer to the Celeborn on Kubernetes documentation.