Hi, I am looking for the Hive recipe which support...
# ingestion
c
Hi, I am looking for the Hive recipe which supports KNOX authentication with required SSL certificate, below is the one I tried but I received the error message "CannotSendHeader = <class 'http.client.CannotSendHeader'>"
d
It seems like pyhive has some issue with Knox authentication -> https://github.com/dropbox/PyHive/issues/69 If you can get access to the Hive metastore db you can also try the Presto On Hive module -> https://datahubproject.io/docs/generated/ingestion/sources/presto-on-hive/#module-presto-on-hive
c
Thanks @dazzling-judge-80093. I do have access to metastore db , will take a look at Presto on Hive option