Cheguri Vinay Goud
07/05/2022, 2:21 PMpinot.properties: |
connector.name=pinot
pinot.controller-urls=pinot-controller-external.pinot-quickstart.svc.cluster.local:9000
Below is the query used
select * from pinot.default.transcript limit 4
Vibhor Jaiswal
07/05/2022, 4:46 PMlocalhost
and 127.0.0.1
refer to the container itself. In order to access the host machine running dockerd with your container you must refer to the host by its public hostname/IP as if it was another machine on the network.
Are you running of a docker ? Inside a docker container theCheguri Vinay Goud
07/05/2022, 4:52 PMpinot.controller-urls=pinot-controller-external.pinot-quickstart.svc.cluster.local:9000
Cheguri Vinay Goud
07/06/2022, 7:18 AMCaused by: <http://io.grpc.netty.shaded.io|io.grpc.netty.shaded.io>.netty.channel.AbstractChannel.AnnotatedConnectException: finishConnect(..) failed: Connection refused: pinot-server-1.pinot-server-headless.pinot-quickstart.svc.cluster.local/172.17.0.4:8090
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused