docker-hive icon indicating copy to clipboard operation
docker-hive copied to clipboard

Cannot connect to hive metastore using dbeaver

Open italobr89 opened this issue 1 year ago • 1 comments

I am trying to acess the hive metastore because i need the table metadata information that are not available on the describe formmated method but whenever i try to connect to it using dbeaver i get an error saying that the connection failed i'm trying to authenticate using the following jdbc url: jdbc:postgresql://hive-metastore-postgresql:5432/metastore with the default username and password contained on the hive-site .xml which is hive and hive

italobr89 avatar Jun 05 '23 17:06 italobr89

The postgresql port is not exposed in the docker-compose.yml file, and it has no reason to be. If you need, you have to add it

NicolasReyrolle avatar Dec 07 '23 20:12 NicolasReyrolle