-
I have a streaming table with replication factor 3. I'm trying to fetch the size of information of this table.
I have around 8k records , but the segment size is showing null as below.
bash-4.2#…
-
I am facing an issue where both Pinot servers are not restarting and they are keep on crashing with following error. I am using latest image. Any one came across this?
```
[Times: user=0.02 sys=0.0…
-
When following the instructions of starting ThirdEye using docker I get an error:
```
docker run --network=pinot-demo \
--name thirdeye \
-p 1426:1426 \
-p 1427:1427 \
-d apachep…
-
Pinot (Auth)Quickstart throws a ClassNotFoundException for S3PinotFS - and continues regardless. Should S3PinotFS be disabled in quickstart by default?
> alex@alex incubator-pinot % java -cp pinot-…
-
Pinot-server is getting time-out with zookeeper and it is not reconnecting automatically. This affects all tables. Need to restart the Pinot-server to establish the connection with zookeeper.Is there …
-
Users typically go through 3 phases
- **quickstart** comes with preloaded data (quickstart-batch.sh) (start's zookeeper, controller, server, broker in a single process)
- **standalone (local)**: sta…
-
My EKS node running pinot server ran out of map areas and I bumped it to 262144 from default.
When the error came Pinot stopped consuming segments. I updated the max map in os and restarted the serv…
-
Intermittently getting below error while running certain queries. Segments seems to be healthy and cluster is also running fine.
Mostly observed this with join queries ,so should be related to multi …
-
Create a pinot-recipes module. Move all examples and quickstarts (baseballStats, airlineState, githubEvents stream) to that module, so that pinot-tools isn't overloaded with demo logic. Templatize the…
-
Hi,
I am running Pinot in my test environment. I am following this link to configure basic auth for a user called `pinotuser` : https://docs.pinot.apache.org/operators/tutorials/authentication-autho…