Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 395 Bytes

Docker Pulls

docker-spark-scala

A minimal Docker image with Apache Spark, Scala and SBT, to test Spark applications.

Can also be accessed through Docker Hub: docker pull mgleize/spark-scala

Requirements

Docker

Build

docker build -t spark-scala .

Test

docker run -it --rm spark-scala bin/run-example SparkPi 10