/pylivy-test-server

Docker image for testing pylivy.

Primary LanguageDockerfile

pylivy Test Server

Dockerfile for testing the pylivy Python client.

This Docker image is adapted from this Dockerfile provided by @ketgo:

acroz/pylivy#60 (comment)

Usage

Run the Docker image with Livy's port exposed:

docker run -p 8998:8998 acroz/livy:latest

You can then open the Livy UI on http://localhost:8998 and run pylivy integration tests.