1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-04 03:48:55 +02:00

fix presto config

This commit is contained in:
kev 2019-06-16 18:45:52 +08:00
parent 5af8e20de4
commit d78c6ea92d
3 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $ docker-compose exec presto presto --server localhost:8080 --catalog tpch
>>> select * from tiny.customer limit 10;
>>> quit
$ curl http://localhost:8080/
$ curl http://localhost:8080/v1/service/presto/general
```
[1]: https://prestodb.io/

View File

@ -6,3 +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

View File

@ -4,3 +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