Skip to content

davlum/livy-server-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Livy Docker Container

Based on the latest release of the Apache Livy project


Supported Versions:

To see which images are available see the build matrix.


Configuration

Required environment variables:

  • SPARK_MASTER => Spark Master IP
  • DEPLOY_MODE => client or cluster

Per default the /tmp folder is configured as path for submitting local files via Livy Server. It is configurable through LOCAL_DIR_WHITELIST environment variable.


Usage:

docker run -p 8998:8998 -e SPARK_MASTER="local[*]" -e DEPLOY_MODE=client davlum/livy:0.7.0-spark2.4.4

Visit http://localhost:8998

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.6%
  • Dockerfile 46.4%