8000 GitHub - kavemun/docker-livy: A Dockerized Livy Server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kavemun/docker-livy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-livy

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.

Running Livy Server

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.

The Official docs for Livy REST API can be found here.

About

A Dockerized Livy Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0