I started Apache Zookeeper, Pinot Controller, Pino...
# general
l
I started Apache Zookeeper, Pinot Controller, Pinot Broker, and Pinot Server. Now how can I create and add new table in cluster manager?
l
Does it work completely at local env?
m
Sorry wrong link
If you just want to play here’s a local step by step guide: https://docs.pinot.apache.org/basics/getting-started
l
java.net.UnknownHostException: manual-pinot-controller: Temporary failure in name resolution
I'm getting this error when I tried to add new table
m
did you start those up with docker?
if you have them all running outside docker then it's not gonna have a controller called
manual-pinot-controller
available
l
Copy code
pinot-broker-run   | May 11, 2022 8:52:35 PM org.glassfish.grizzly.http.server.NetworkListener start 
pinot-broker-run   | INFO: Started listener bound to [0.0.0.0:8099] 
pinot-broker-run   | May 11, 2022 8:52:35 PM org.glassfish.grizzly.http.server.HttpServer start 
pinot-broker-run   | INFO: [HttpServer] Started. 
pinot-server-run   | May 11, 2022 8:52:38 PM org.glassfish.grizzly.http.server.NetworkListener start 
pinot-server-run   | INFO: Started listener bound to [0.0.0.0:8097] 
pinot-server-run   | May 11, 2022 8:52:38 PM org.glassfish.grizzly.http.server.HttpServer start 
pinot-server-run   | INFO: [HttpServer] Started. 
pinot-controller-run | May 11, 2022 8:52:40 PM org.glassfish.grizzly.http.server.NetworkListener start 
pinot-controller-run | INFO: Started listener bound to [0.0.0.0:9000] 
pinot-controller-run | May 11, 2022 8:52:40 PM org.glassfish.grizzly.http.server.HttpServer start 
pinot-controller-run | INFO: [HttpServer] Started. 
pinot-broker-run   | 2022/05/11 20:52:40.923 INFO [StartServiceManagerCommand] [Start a Pinot [BROKER]] Started Pinot [BROKER] inst
ance [Broker_172.19.0.5_8099] at 14.235s since launch 
pinot-server-run   | 2022/05/11 20:52:43.533 INFO [StartServiceManagerCommand] [Start a Pinot [SERVER]] Started Pinot [SERVER] inst
ance [Server_172.19.0.6_8098] at 14.637s since launch 
pinot-controller-run | 2022/05/11 20:52:45.017 INFO [StartServiceManagerCommand] [main] Started Pinot [CONTROLLER] instance [Control
ler_172.19.0.4_9000] at 20.284s since launch 
zookeeper-run      | 2022-05-11 20:52:54,061 [myid:1] - INFO [SessionTracker:ZooKeeperServer@398] - Expiring session 0x100027422aa
0005, timeout of 30000ms exceeded 
zookeeper-run      | 2022-05-11 20:52:54,062 [myid:1] - INFO [SessionTracker:ZooKeeperServer@398] - Expiring session 0x100027422aa
000a, timeout of 30000ms exceeded
I have all running in docker
n
You could simply click on Tables tile, and then add the table via the UI