Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 201 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 201 Bytes

Docker PySpark

Docker image with Java 8 + PySpark 2.3.2

You can create a container with this command:

 docker create -it illuin/docker-pyspark --build-arg PYSPARK_VERSION==2.3.2 bash