Hi <@U05T4ADK39R> thanks for suggesting this, I ha...
# integrate-iceberg-datahub
v
Hi @lively-appointment-50242 thanks for suggesting this, I have tried this but, I got different error! failures': {'get-catalog': ["Failed to get catalog iceberg: Apache Hive support not installed: pip install 'pyiceberg[hive]'"]},
I have installed thrift, pyiceberg hive, still same issue is coming up
But I'm glad that you responded me back, thanks so much. I will to try, if I get any solution will update you.
v
Hi @lively-appointment-50242 & @victorious-car-1170 any solved this problem? I have same issues
v
I didn't find any solution for this problem.
f
Have the same problem
@victorious-car-1170 @victorious-helmet-29344 Just FYI, After spending some time in logs and py scripts, I found solution of that error with hive catalog. If you installed using QuickStart/Docker: I guess that every new connection in datahub creates its own folder with its own python libraries in datahub-actions docker container. So, to solve the problem “hive is not installed” I just added trift library to iceberg folder into container: You can go to that container: Docker exec -it datahub-actions bash And then install that library in iceberg folder: pip install thrift --target=/tmp/datahub/ingest/venv-iceberg-f3c1b67e57e34548/lib/python3.10/site-packages
IMG_5646.jpg