https://github.com/feast-dev/spark-container-image
Build script for spark container image to be used with spark k8s operator
https://github.com/feast-dev/spark-container-image
Last synced: 10 months ago
JSON representation
Build script for spark container image to be used with spark k8s operator
- Host: GitHub
- URL: https://github.com/feast-dev/spark-container-image
- Owner: feast-dev
- License: apache-2.0
- Created: 2020-12-31T23:18:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T07:07:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T13:07:18.083Z (12 months ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This builds a container image for Spark 3.0.1 with several tweaks:
1. a patch that makes it backwards compatible with spark k8s operator `v1beta2-1.1.2-2.4.5`
2. added AWS libraries
3. added TFRecord support
4. added GCS libraries
5. added Azure blob storage libraries
To build from scratch, first run `build.sh` to build the base image then build the Dockerfile in this repository.
The image is publicly available as `gcr.io/kf-feast/spark-py:v3.0.1`