ravi-Mode commented on issue #14743: URL: https://github.com/apache/pinot/issues/14743#issuecomment-2963503785
Pinot port 9000 is for controller and you can run query using it. To run the query you need to use broker port which is 8000. Also from the logs it confirms. Now to connect using jdbc drive, you driver should be jdbc:pinot://localhost:9000?brokers=localhost:8000 @ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org