<@UL56PSYD7> It seems that the broker is not setup...
# general
s
@User It seems that the broker is not setup correctly. Can you tell us a bit more about your current pinot setup?
v
I was running quick-start-realtime.sh script to test the db and try to work out ingestion of real-time data to Thirdeye. It was simply following the tutorial and I added no changes to ports etc. by myself
Let me know if more info is needed @Seunghyun
s
hmm.. I tried to run
quick-start-realtime.sh
locally and it works without an issue. Was there any logs when starting a broker? Or, can you try to run the following command after getting a fresh clone?
Copy code
git clone <https://github.com/apache/incubator-pinot.git>
mvn install package -DskipTests -Pbin-dist
cd pinot-distribution/target/apache-pinot-incubating-0.2.0-SNAPSHOT-bin
./quick-start-realtime.sh
v
Tried the same with the fresh build and no luck, no broker it seems. Will post logs tomorrow
@Seunghyun Here it is:
log.txt
s
the helix exception that you’re seeing is benign
can you copy the full log after that?
v
@Seunghyun Hey, I figured it out. Was a thirdeye issue in the end.