You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I tested the Hive connectivity with DBeaver and i was able to connect to hive
To Reproduce
Steps to reproduce the behavior:
Go to Ingestion --> Create Source
Click on the Hive option
Enter the necessary details
Click Save and Run
Expected behavior
Datahub should be able to ingest metadata from Hive.
Screenshots
Desktop (please complete the following information):
Hive version 4.0.0
Additional context
command i use to bring up datahub quickstart:
python3.8 -m datahub docker quickstart --quickstart-compose-file /opt/datahub/docker-compose.yaml
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: