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

Commit

Permalink
Update Presto website links
Browse files Browse the repository at this point in the history
  • Loading branch information
martint authored and shawnzhu committed Mar 22, 2019
1 parent dccb38b commit f472244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/IBM/docker-prestodb.svg?branch=master)](https://travis-ci.org/IBM/docker-prestodb)
[![Docker Build Statu](https://img.shields.io/docker/build/shawnzhu/prestodb.svg)](https://hub.docker.com/r/shawnzhu/prestodb/)

This is a docker image for [PrestoDB](https://prestodb.io/) with [Hive connector](https://prestodb.io/docs/current/connector/hive.html).
This is a docker image for [PrestoDB](https://prestosql.io/) with [Hive connector](https://prestosql.io/docs/current/connector/hive.html).

## Start

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

### Hive

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

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

Expand All @@ -39,4 +39,4 @@ Then:

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

0 comments on commit f472244

Please # to comment.