Hi, I started working with pinot in my tests I wan...
# general
l
Hi, I started working with pinot in my tests I want to connect tableau server to pinot via JDBC but only I encounter a difficulty. The connection to pinot is established very well I can see the pinot tables but only I cannot see the contents of the tables and I have no error in the pinot logs. I encounter this problem only with the containerized version of pinot. Please is there an option to set to connect to pinot with JDBC when pinot is running under docker? Thanks
r
could you share exactly how you set it up?
when you say you cannot see the contents of the table you meant through select * query ?
m
Did the query make it to Pinot? Also, is Pinot querably directly?
c
@Lab Nems We encounted the same problem in the mode swarm or docker-compose, finally our network admin found the issue at exposing the port only 9000:9000, instead of this, he changed from expose 9000:9000 to "network_mode" : "host" in docker-compose.yml, and now tableau works with Pinot, mais we have another problem, when Pinot-0.11.0 add basic authentication, le connection failed.
r
hi i think i saw similar issues with the authentication problem. would you be able to summarized into a github issue and file in https://github.com/apache/pinot/issues i will take a look asap.
looks like there are several problems. may related to https://github.com/apache/pinot/issues/9695