Hi everyone,
I am trying to access pinot tables in presto. I have created one pinot.properties file inside Presto catalog directory.
pinot.properties
connector.name= pinot
pinot.controller-urls=Controller_10.187.157.33:9000
Then I m trying to start prestro with pinot.
So used. ./presto --server Prestro_Host_Name:port --catalog pinot
Now prestro is connected.here when I am doing show schemas; as I want to see the tables and schema.
It's showing catalog 'pinot' does not exist.
Kindly suggest.
P.s. when I am doing show Catalogs then it's not showing there also.
Kindly suggest if I need to do any changes or missed any step.