Update pinot docs with fixed pinot connection (#18800)
This commit is contained in:
parent
a0a01a1771
commit
642e80cc64
|
|
@ -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>/``
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue