Skip to content

szyn/docker-yanagishima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-yanagishima

Docker Pulls

docker image for yanagishima

Description

This is dockernize yanagishima.
yanagishima is a Web UI for presto

feature

  • Easy to use

Requirement

  • Docker
  • Presto

Usage

$ docker pull szyn/docker-yanagishima

Running image

Before you want to run docker image, please be sure to set following enviroment value.

  • PRESTO_COODINATOR_URL
  • CATALOG
    • Please set catalog name (e.g. hive, mysql...)
  • SCHEMA
    • Please set scheme(table) name (e.g. user)
docker run -it -p 8080:8080 \
-e PRESTO_COODINATOR_URL=http://presto-coodinator:8080 \
-e CATALOG=hive \
-e SCHEMA=user \
szyn/docker-yanagishima

Author

szyn

About

docker image for yanagishima

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages