Open KewMannDev opened 1 month ago
Just an update, I tried removing the METADATA_SERVICE_AUTH_ENABLED and got the same error
Hi, any updates on this? Thanks
After analysing the log file shared, it seems like ingetion module is not able to connect to GMS on localhost:8080 share recipe file also for used for ingestion
I have created a datahub instance using the quickstart docker images. When I proceeded to create a Hive source and execute the recipe, I received the following error in the attached log:
log.txt
I tested the Hive connectivity with DBeaver and i was able to connect to hive
To Reproduce Steps to reproduce the behavior:
Expected behavior Datahub should be able to ingest metadata from Hive.
Screenshots
Desktop (please complete the following information):
Additional context command i use to bring up datahub quickstart: python3.8 -m datahub docker quickstart --quickstart-compose-file /opt/datahub/docker-compose.yaml
the custom docker-compose.yaml used: docker-compose.zip
I was able to connect y'day but today after making some changes to the docker-compose.yaml and nuking the old images i received this error. All i did was add the METADATA_SERVICE_AUTH_ENABLED environment variable to the datahub-gms and datahub-frontend images.
Appreciate the help