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

update presto

This commit is contained in:
kev 2019-06-16 17:07:52 +08:00
parent 114d2d3052
commit 5af8e20de4

View File

@ -21,6 +21,13 @@ presto:
```bash
$ docker-comopse up -d
$ docker-compose exec presto presto --server localhost:8080 --catalog tpch
>>> show schemas;
>>> show tables from tiny;
>>> select * from tiny.customer limit 10;
>>> quit
$ curl http://localhost:8080/
```