You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
This is a docker image for [PrestoDB](https://prestodb.io/) with [Hive connector](https://prestodb.io/docs/current/connector/hive.html).
6
+
This is a docker image for [PrestoDB](https://prestosql.io/) with [Hive connector](https://prestosql.io/docs/current/connector/hive.html).
7
7
8
8
## Start
9
9
@@ -15,7 +15,7 @@ docker run -d -p 8080:8080 shawnzhu/prestodb:latest
15
15
16
16
### Hive
17
17
18
-
It requires a working Hive cluster since the default configuration files are for hive connector only. See https://prestodb.io/docs/current/installation/deployment.html Where it assumes Hive metastore listens on `thrift://hive-metastore:9083`
18
+
It requires a working Hive cluster since the default configuration files are for hive connector only. See https://prestosql.io/docs/current/installation/deployment.html Where it assumes Hive metastore listens on `thrift://hive-metastore:9083`
19
19
20
20
It's capable to change configuration like `hive.metastore.uri` by binding new directory under `/opt/presto/etc`. E.g., given configuration file `/foo/bar/hive.properties`:
21
21
@@ -39,4 +39,4 @@ Then:
39
39
40
40
```SHELL
41
41
docker run -d -p 8080:8080 -v /foo/bar/db2.properties:/home/presto/etc/catalog/db2.properties:ro shawnzhu/prestodb:latest
0 commit comments