-
Hello~
When thirdeye is executed using helm, if the following message is displayed, it does not work. The same problem occurs when using the master branch, 0.6.0 release branch.
```
Running Th…
-
Apache Pulsar connector has been added from https://github.com/apache/pinot/pull/7026
However, it currently is facing some issues on runtime (potentially dependency conflicts). We need to fix the c…
-
I am following https://thirdeye.readthedocs.io/en/latest/quick_start.html and the steps mentioned in the documentation is failing for me. I have tried the same on two different systems & they still do…
-
So users can enable some features e.g. grpc/presto integration etc.
E.g.
```
pinot.server.instance.currentDataTableVersion=2
pinot.server.grpc.enable=true
pinot.server.grpc.port=8090
```
-
Hi, I am following the instructions [here](https://pinot.readthedocs.io/en/latest/getting_started.html) to set up the offline quick start. But the I got 404 error in http://localhost:9000/query/. Can …
-
After i run this script
git clone https://github.com/linkedin/pinot.git
cd pinot
mvn install package -DskipTests
cd pinot-distribution/target/pinot-0.016-pkg
chmod +x bin/*.sh
bin/quick-start-offli…
-
Currently making any bad updates i,e backward-incompatible schema changes just returns an error
![image](https://user-images.githubusercontent.com/21971847/146323787-0df2d8c4-97bd-4692-b6d6-221c26ba2…
-
```
$ curl localhost:9000/version
{}%
```
Running `apachepinot/pinot:release-0.8.0-jdk11`. Can be reproduced in Docker [here](https://docs.pinot.apache.org/basics/getting-started/running-pinot-i…
-
Hi ,
I have started Quickstart batch with minions :- bin/quick-start-batch-with-minion.sh
followed instruction from here:- https://docs.pinot.apache.org/operators/operating-pinot/pinot-managed-o…
-
Try with 0.8.0 release(https://downloads.apache.org/pinot/apache-pinot-0.8.0/apache-pinot-0.8.0-bin.tar.gz) quickstart:
```
bin/quick-start-auth.sh
```
Once it's up, go to `http://localhost:90…