1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:27 +02:00

fix presto config

This commit is contained in:
kev 2019-06-16 18:55:12 +08:00
parent d78c6ea92d
commit c3d0a8dd1e
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ query.max-memory-per-node=1GB
query.max-total-memory-per-node=2GB
discovery-server.enabled=true
discovery.uri=http://127.0.0.1:8080
node.external-address=coordinator
node.internal-address=coordinator

View File

@ -4,4 +4,4 @@ query.max-memory=50GB
query.max-memory-per-node=1GB
query.max-total-memory-per-node=2GB
discovery.uri=http://coordinator:8080
node.external-address=worker1
node.internal-address=worker1