Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 976 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 976 Bytes

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