-
Use https://docs.pinot.apache.org/users/tutorials/ingest-parquet-files-from-s3-using-spark to create an offline table. I invoked delete all segments api, or delete segment api from swagger with retent…
-
This is the Realtime table use case where in data gets streamed from Kafka, during a segment creation - an exception is being thrown. Attached is the exception stack trace from the pinot server. Also …
-
Seeing these error messages while launching Quickstart. After this query does not execute in the quickstart console.
```
Caused by: java.net.ConnectException: Operation timed out (Connection timed…
-
At present BaseBrokerStarter determines the Broker Instance ID using a very generic "instanceId" property which is also shared with Pinot minion. In the case of a Quickstart Cluster, if we want to sta…
-
kafka
-
Hey guys,
First off, thank you very much for this amazing library. It's great to have a way to query Pinot using Python.
I have been having some trouble querying my database and I keep getting t…
-
One of the users added a new MV column to the schema and reloaded the segments. Fyi, the data in the topic doesn't have any values for this new field. It failed with the following exception:
```2022/…
-
I have been trying to connect to Apache Pinot using the Python client [pinotdb](https://github.com/python-pinot-dbapi/pinot-dbapi) for quite a while now, to no avail.
I am simply running Pinot as …
-
While running quick-start-offline.sh in a Windows 10 environment, the following exception occurs:
quick-start-offline.sh*
Could not construct uri from path C:\Users\Pooja\AppData\Local\Temp\\Pinot…
-
In terms of MergeRollupTask task, from the [design docs](https://docs.google.com/document/d/1gcRBibLvyu4jPQLthVeyhrK68PqqHnC6gpiaSEkYlx0/edit#),
I see old segments should be deleted by configurin…