Sign inSign up

zhicwu/presto

By zhicwu

Updated over 10 years ago

Facebook Presto docker image for development and testing purposes.

Image
3

1.9K

zhicwu/presto repository overview

docker-presto

Facebook Presto docker image for development and testing purposes.

What's inside

ubuntu:14.04
 |
 |--- zhicwu/java:8
       |
       |--- zhicwu/presto:latest
  • Official Ubuntu Trusty(14.04) docker image
  • Oracle JDK 8 latest release
  • Facebook Presto latest release

How to use

  • Pull the image
# docker pull zhicwu/presto:latest
  • Setup scripts
# git clone https://github.com/zhicwu/docker-presto.git
# cd docker-presto
# chmod +x *.sh
  • Start Presto
# ./start-presto.sh
# docker logs -f my-presto
...
# docker exec -it my-presto bash
# cd /presto
# ./presto --server presto:8080 --catalog jmx --schema jmx
presto:jmx> show tables;

Tag summary

Content type

Image

Digest

Size

1.5 GB

Last updated

over 10 years ago

docker pull zhicwu/presto