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:
parent
5af8e20de4
commit
d78c6ea92d
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user