Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanchishimono/spark-on-k8s-images

Docker images for spark on kubernetes
https://github.com/kanchishimono/spark-on-k8s-images

docker docker-image dockerfile kubernetes pyspark spark spark-kubernetes spark-on-k8s spark-on-kubernetes

Last synced: 2 months ago
JSON representation

Docker images for spark on kubernetes

Awesome Lists containing this project

README

        

# spark-on-k8s-images

[![GitHub Actions status](https://github.com/KanchiShimono/spark-on-k8s-images/workflows/Build/badge.svg)](https://github.com/KanchiShimono/spark-on-k8s-images/actions?query=workflow%3ABuild)

Docker images for spark on kubernetes

| Name | Description |
| :-------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| spark | Spark image for Spark on k8s. This image built on the image that built by official tool [docker-image-tool.sh](https://github.com/apache/spark/blob/master/bin/docker-image-tool.sh). |
| pyspark | PySpark image for Spark on k8s. Install PySpark on Spark image. |
| pyspark-jupyter | Install Jupyter Lab Server on PySpark image. |

## TAG

Docker image tag is named from GitHub event following rules

| Event | Ref | Docker Tag | Pushed |
| -------------- | ---------------------- | -------------------------------- | ------ |
| `pull_request` | `refs/pull/2/merge` | `pr-2` | No |
| `push` | `refs/heads/master` | `master` | Yes |
| `push` | `refs/heads/my/branch` | `my-branch` | Yes |
| `push tag` | `refs/tags/v1.2.3` | `v1.2.3`, `v1.2`, `v1`, `latest` | Yes |