Sign inSign up

zhicwu/airpal

By zhicwu

Updated over 10 years ago

Airpal(Presto Web UI from Airbnb) docker image for development and testing purposes.

Image
0

3.8K

zhicwu/airpal repository overview

docker-airpal

Airpal(Presto Web UI from Airbnb) docker image for development and testing purposes. https://hub.docker.com/r/zhicwu/airpal/

What's inside

ubuntu:14.04
 |
 |--- zhicwu/java:8
       |
       |--- zhicwu/airpal:0.1

How to use

  • Pull the image
# docker pull zhicwu/airpal
  • Setup scripts
# git clone https://github.com/zhicwu/docker-airpal.git
# cd docker-airpal
# chmod +x *.sh
  • Edit airpal-env.sh
  • Start Airpal
# ./start-airpal.sh
# docker logs -f my-airpal

You can now access the web UI via http://hostname:8081. Note: too bad airpal can be only built against Presto 0.77 at the moment. However, it seems working with Presto 0.136 but not perfectly.

How to build

# git clone https://github.com/zhicwu/docker-airpal.git
# cd docker-airpal
# chmod +x *.sh airpal
# docker build -t zhicwu/airpal .

Tag summary

Content type

Image

Digest

Size

982.1 MB

Last updated

over 10 years ago

docker pull zhicwu/airpal