Skip to content

Commit

Permalink
Make Pinot configuration table wider
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcprg authored and ebyhr committed Jan 19, 2022
1 parent d2e2bae commit 5e37327
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/src/main/sphinx/connector/pinot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ Configuration properties

The following configuration properties are available:

============================== ========== ==============================================================================
Property Name Required Description
============================== ========== ==============================================================================
``pinot.controller-urls`` Yes A comma separated list of controller hosts. If Pinot is deployed via
`Kubernetes <https://kubernetes.io/>`_ this needs to point to the controller
service endpoint. The Pinot broker and server must be accessible via DNS as
Pinot returns hostnames and not IP addresses.
``pinot.segments-per-split`` No The number of segments processed in a split. Setting this higher reduces the
number of requests made to Pinot. This is useful for smaller Pinot clusters.
``pinot.request-timeout`` No The timeout for Pinot requests. Increasing this can reduce timeouts if DNS
resolution is slow.
============================== ========== ==============================================================================
============================================= ========== ==============================================================================
Property Name Required Description
============================================= ========== ==============================================================================
``pinot.controller-urls`` Yes A comma separated list of controller hosts. If Pinot is deployed via
`Kubernetes <https://kubernetes.io/>`_ this needs to point to the controller
service endpoint. The Pinot broker and server must be accessible via DNS as
Pinot returns hostnames and not IP addresses.
``pinot.segments-per-split`` No The number of segments processed in a split. Setting this higher reduces the
number of requests made to Pinot. This is useful for smaller Pinot clusters.
``pinot.request-timeout`` No The timeout for Pinot requests. Increasing this can reduce timeouts if DNS
resolution is slow.
============================================= ========== ==============================================================================

Querying Pinot tables
---------------------
Expand Down

0 comments on commit 5e37327

Please sign in to comment.