A Docker image for Apache Livy, a REST Service for Apache Spark. Available on Docker Hub.
The image can be run with
docker run -p 8998:8998 -d stefthoss/docker-livy:latest
which will expose the port 8998
on the Docker host for this image.
Have a look at the official docs to see how to use the Livy REST API.