-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinot and JDBC Connection #14743
Labels
Comments
I tried again with no success.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to test Pinot. I created a container using:
docker run --name apachepinot -p 2123:2123 -p 9000:9000 -p 8000:8000 -p 7050:7050 -p 6000:6000 apachepinot/pinot:latest QuickStart -type batch
Then I tried to connect using JAR and URL
pinot-java-client-1.2.0-sharded.jar
jdbc:pinot://localhost:9000
but I got null connection. What is wrong?
The text was updated successfully, but these errors were encountered: