mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
update presto
This commit is contained in:
parent
114d2d3052
commit
5af8e20de4
@ -21,6 +21,13 @@ presto:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker-comopse up -d
|
$ 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/
|
$ curl http://localhost:8080/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user