Skip to content

Yikun/spark-docker

 
 

Repository files navigation

Apache Spark Official Dockerfiles

What is Apache Spark?

Spark is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R, and an optimized engine that supports general computation graphs for data analysis. It also supports a rich set of higher-level tools including Spark SQL for SQL and DataFrames, pandas API on Spark for pandas workloads, MLlib for machine learning, GraphX for graph processing, and Structured Streaming for stream processing.

https://spark.apache.org/

About this repository

This repository contains the Dockerfiles used to build the Apache Spark Docker Image.

See more in SPARK-40513: SPIP: Support Docker Official Image for Spark.

About

Official Dockerfile for Apache Spark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Shell 47.1%
  • Dockerfile 37.7%
  • Python 15.2%