passer-b / docker-presto

docker image for Presto

Home Page:https://hub.docker.com/r/passant/presto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-presto

docker image of Presto

usage

docker run -p 8080:8080 passant/presto:latest

environment variables

name default description
NODE_TYPE standalone standalone, coordinator, worker
NODE_ID random uuid value node id
JVM_MIN_HEAP_SIZE 512M use to -Xms
JVM_MAX_HEAP_SIZE 1024M use to -Xmx
JVM_HEAP_REGION_SIZE 32M use to -XX:G1HeapRegionSize
MAX_MEMORY ${JVM_MIN_HEAP_SIZE}B maximum memory size of cluster
MAX_MEMORY_PER_NODE ${JVM_MIN_HEAP_SIZE}B maximum memory size of each node
DISCOVERY_URI http://localhost:8080 discovery server's URL
LOG_LEVEL INFO DEBUG, INFO, WARN, ERROR

presto-cli

docker run --rm -it passant/presto:latest presto-cli --server <server>

About

docker image for Presto

https://hub.docker.com/r/passant/presto/


Languages

Language:Shell 100.0%