General
This page has a collection of frequently asked questions of a general nature with answers from the community.
Last updated
Was this helpful?
This page has a collection of frequently asked questions of a general nature with answers from the community.
Last updated
Was this helpful?
When data is pushed to Apache Pinot, Pinot makes a backup copy of the data and stores it on the configured deep-storage (S3/GCP/ADLS/NFS/etc). This copy is stored as tar.gz Pinot segments. Note, that Pinot servers keep a (untarred) copy of the segments on their local disk as well. This is done for performance reasons.
Pinot uses Apache Helix for cluster management, which in turn is built on top of Zookeeper. Helix uses Zookeeper to store the cluster state, including Ideal State, External View, Participants, and so on. Pinot also uses Zookeeper to store information such as Table configurations, schemas, Segment Metadata, and so on.
Check the JDK version you are using. You may be getting this error if you are using an older version than the current Pinot binary release was built on. If so, you have two options: switch to the same JDK release as Pinot was built with or download the for the Pinot release and it locally.
Pinot uses the local timezone by default. To change the timezone, set the pinot.timezone
value in the .conf
config file. It is set once for all Pinot components (Controller, Broker, Server, Minion). See the following sample configuration: