Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit f472244

Browse files
martintshawnzhu
authored andcommitted
Update Presto website links
1 parent dccb38b commit f472244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/IBM/docker-prestodb.svg?branch=master)](https://travis-ci.org/IBM/docker-prestodb)
44
[![Docker Build Statu](https://img.shields.io/docker/build/shawnzhu/prestodb.svg)](https://hub.docker.com/r/shawnzhu/prestodb/)
55

6-
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).
77

88
## Start
99

@@ -15,7 +15,7 @@ docker run -d -p 8080:8080 shawnzhu/prestodb:latest
1515

1616
### Hive
1717

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`
1919

2020
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`:
2121

@@ -39,4 +39,4 @@ Then:
3939

4040
```SHELL
4141
docker run -d -p 8080:8080 -v /foo/bar/db2.properties:/home/presto/etc/catalog/db2.properties:ro shawnzhu/prestodb:latest
42-
```
42+
```

0 commit comments

Comments
 (0)