incalculable-ocean-74010
03/01/2021, 10:25 AMpip install thrift
) in my python environment to get this farincalculable-ocean-74010
03/01/2021, 2:54 PM---
source:
type: hive
config:
username: hive
password: hive
host_port: localhost:10000
options:
connect_args:
auth: CUSTOM
I don't think this options
map object is documented in the READMEs, nor how to use-it. Took me while to find it. The connect_args
is specific to hive.
Also needed to install the following pip dependencies:
pip install pyhive
pip install thrift
pip install sasl,
pip install thrift_sasl
Sasl requires python-dev libsasl2-dev gcc
libraries if not installed in the machine.gray-shoe-75895
03/01/2021, 6:53 PMgray-shoe-75895
03/01/2021, 6:55 PMPyHive[hive]
, which we use for hive connections - I will make the extra package install more clear as well