Skip to content

Commit

Permalink
Update pinot docs with fixed pinot connection (#18800)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfu0 authored Feb 18, 2022
1 parent a0a01a1 commit 642e80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/databases/pinot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ The recommended connector library for Apache Pinot is [pinotdb](https://pypi.org
The expected connection string is formatted as follows:

```
pinot+http://controller:5436/query?server=http://controller:5983/``
pinot+http://<pinot-broker-host>:<pinot-broker-port>/query?controller=http://<pinot-controller-host>:<pinot-controller-port>/``
```

0 comments on commit 642e80c

Please sign in to comment.