Skip to content

wongannaw/docker-prestodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-prestodb

Build Status Docker Build Statu

This is a docker image for PrestoDB with Hive connector.

Configuration

It requires a working Hive cluster since the default configuration files are for hive connector only. See https://prestodb.io/docs/current/installation/deployment.html Where it assumes Hive metastore listens on thrift://hive-metastore:9083

Start

docker run -d -p 8080:8080 shawnzhu/prestodb:0.181

Customize

It's capable to change configuration like hive.metastore.uri by binding new directory under /opt/presto/etc. E.g., given configuration file /foo/bar/hive.properties:

docker run -d -p 8080:8080 -v /foo/bar/hive.properties:/opt/presto/etc/catalog/hive.properties:ro shawnzhu/prestodb:0.181

About

Presto server with DB2 connector

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%