docker-hive
docker-hive copied to clipboard
Cannot connect to hive metastore using dbeaver
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
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