Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
hack: update trino to v362
Browse files Browse the repository at this point in the history
  • Loading branch information
dungdm93 committed Sep 23, 2021
1 parent b3dd624 commit c3ed75b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/configs/trino/catalog/hive.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
connector.name=hive-hadoop2
connector.name=hive
hive.metastore.uri=thrift://hive-metastore:9083
hive.metastore-timeout=1m
hive.storage-format=parquet
Expand Down
1 change: 1 addition & 0 deletions hack/configs/trino/catalog/mysql.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ connector.name=mysql
connection-url=jdbc:mysql://mysql:3306
connection-user=root
connection-password=SuperSecr3t
allow-drop-table=true
2 changes: 2 additions & 0 deletions hack/configs/trino/catalog/postgresql.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ connector.name=postgresql
connection-url=jdbc:postgresql://postgres:5432/dvdrental
connection-user=postgres
connection-password=SuperSecr3t
postgresql.array-mapping=AS_ARRAY
allow-drop-table=true
4 changes: 2 additions & 2 deletions hack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
# Help:
# > psql -U postgres [-W]
postgres:
image: postgres:11-alpine
image: postgres:13-alpine
environment:
POSTGRES_PASSWORD: SuperSecr3t
ports:
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
# Help:
# > trino --server=localhost:8080 [--catalog=mysql] [--schema=sakila]
trino:
image: trinodb/trino:351
image: trinodb/trino:362
ports:
- 8080:8080
volumes:
Expand Down

0 comments on commit c3ed75b

Please sign in to comment.