acroz / pylivy-test-server

Docker image for testing pylivy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Docker image for testing pylivy.


Languages

Language:Dockerfile 100.0%