Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 583 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 583 Bytes

Spark

Docker image for Spark, based on Bitnami image, upgrading to Java 11.

Publication

inseefrlab/spark is published on dockerhub.

docker pull inseefrlab/spark:latest

Deployment

inseefrlab/spark can be deployed thanks to Bitnami Helm chart as follow:

helm repo add bitnami https://charts.bitnami.com/bitnami
helm install my-spark bitnami/spark --set image.repository=inseefrlab/spark --set image.tag=latest