1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00

update presto

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

@ -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/
```