Docker image for a Python installation with Spark, Hadoop and Sqoop binaries
3.5K
This image is based off the python:2.7 image and
contains Hadoop, Sqoop and Spark binaries.
Useful packages included for Spark and Sqoop:
Credentials are managed by docker login. Login with docker login
Assuming that the Python version we want to build is 2.7, the Hadoop version is 2.7.3 and the Spark version is 2.0.2, then we can build the images as such:
docker build -t datagovsg/python-spark:2.7-2.0 --build-arg HADOOP_VERSION=2.7.3 --build-arg SPARK_VERSION=2.0.2 .
docker push datagovsg/python-spark:2.7-2.0
Dockerfile linkslatest: Python 2.7 with Spark 1.6.1 (Dockerfile)2.7-1.6.1: Python 2.7 with Spark 1.6.1 (Dockerfile)2.7-2.0: Python 2.7 with Spark 2.0 (Dockerfile)Content type
Image
Digest
Size
843.8 MB
Last updated
about 9 years ago
docker pull datagovsg/python-spark