docker image for yanagishima
This is dockernize yanagishima.
yanagishima is a Web UI for presto
- Easy to use
- Docker
- Presto
$ docker pull szyn/docker-yanagishima
Before you want to run docker image, please be sure to set following enviroment value.
- PRESTO_COODINATOR_URL
- Please set Presto coordinator url (e.g. http://presto-coodinator:8080)
- 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