A Docker image for Livy, the REST Spark Server. This project borrows heavily from Tobi's docker-livy with a few adjustment to install python packages which the python api's depend on.
The docker image must first be build by calling
docker build -t docker-livy .
The image can be then i be run with
docker run -p 8998:8998 -d docker-livy
which will expose the port 8998
on the Docker host for this image.