Sign inSign up

datagovsg/spark-base

By datagovsg

Updated about 7 years ago

Dockerfile setup for Spark set-up, imbued with varying degree of Python data science packages

Image
1

100K+

datagovsg/spark-base repository overview

See https://github.com/datagovsg/spark-base for more details.

Spark Base Image

Experimental Dockerfile setup for Spark set-up, imbued with varying degree of Python data science packages.

This set-up is mainly useful for creating Spark workers via Docker containers, since for Pyspark, the requirements have to be installed on the workers.

The following build arguments are:

  • SPARK_VERSION
    • Currently only 2.4.0 is supported
  • HADDOP_VERSION
    • Currently only 3.1.0 is supported
  • PACKAGE_SET
    • Currently only "standard" is supported, which includes:
      • numpy
      • pandas
      • pyproj
      • shapely
      • requests

Tag summary

Content type

Image

Digest

Size

672.1 MB

Last updated

about 7 years ago

docker pull datagovsg/spark-base:2.4.0_hadoop-3.1.0_hive_pyspark_debian