https://github.com/acroz/pylivy-test-server
Docker image for testing pylivy.
https://github.com/acroz/pylivy-test-server
Last synced: 2 months ago
JSON representation
Docker image for testing pylivy.
- Host: GitHub
- URL: https://github.com/acroz/pylivy-test-server
- Owner: acroz
- Created: 2020-04-28T21:31:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T21:38:57.000Z (about 5 years ago)
- Last Synced: 2025-02-08T09:45:26.016Z (4 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pylivy Test Server
Dockerfile for testing the [pylivy](https://github.com/acroz/pylivy/) Python
client.This Docker image is adapted from this Dockerfile provided by @ketgo:
https://github.com/acroz/pylivy/pull/60#issuecomment-582310824
## Usage
Run the Docker image with Livy's port exposed:
```sh
docker run -p 8998:8998 acroz/livy:latest
```You can then open the Livy UI on http://localhost:8998 and run pylivy
integration tests.