Fizza Abid
11/03/2022, 2:26 PMtrino error: Failed communicating with server: <https://pinot-cluster-broker-1.pinot-cluster-broker-headless.pinot-cluster.svc.cluster.local:8099/debug/routingTable/>Mayank
Fizza Abid
11/03/2022, 4:59 PMMayank
Xiang Fu
Xiang Fu
Xiang Fu
Fizza Abid
11/04/2022, 7:18 AMFizza Abid
11/04/2022, 11:45 AMXiang Fu
Nizar Hejazi
11/10/2023, 11:28 PMMayank
Nizar Hejazi
11/10/2023, 11:38 PMNizar Hejazi
11/11/2023, 12:15 AMselect * from pinot.default.airlineStats limit 10;
I get the following java.net.ConnectException: Operation timed out.
Query 20231111_001302_00007_kukfr failed: Server refused connection: <http://172.17.0.3:8000/query/sql>
java.io.UncheckedIOException: Server refused connection: <http://172.17.0.3:8000/query/sql>
Here is my simple pinot.properties values:
connector.name=pinot
pinot.controller-urls=localhost:9000
Is there any way to unblock local setup?Nizar Hejazi
11/11/2023, 12:18 AM172.17.0.3:8000
Does it make a difference if I attempted connecting local trino to local pinot (w/o docker setup)? It looks like I can control the broker/controller/server endpoints and portsMayank
172.17.0.3 local host? And is the broker running at
<http://172.17.0.3:8000/query/sql>
And what do you see in external view in terms of server/broker names (do they appear as ip addresses or instance names)?