01-06-2016 03:26 AM
Hello,
Can you please share sample python code to connect to a Kerberos security enabled HBase cluster from Windows OS?
Recently, Kerberos security has been enabled in our organization and that has impacted us from using the
'happybase' python library.
Will be very helpful if you can enhance the happybase library with the option of connecting to a secured HBase cluster as the library implements many other useful functions.
Also, can you share details on how to do 'kinit' from Windows OS to run the python code?
Looking for a solution at the earliest.
Thanks,
Guru
01-01-2018 04:45 AM
We're also stuck with it. Had been happily using 'happybase' in non-kerberized environment, but this happybase thing doesn't support kerberized env. 1 person has added the security patch to happybase0.0.9 but that also doesn't work inside conda environment.
https://github.com/QwertyManiac/happybase/blob/0.9-security/happybase/connection.py
Have struggled a lot. Now, finding alternatives..
01-02-2018 12:22 AM
01-02-2018 01:02 AM
Thanks for your response Guru. Did you find any happybase alternatives. or you've disabled Kerberos with HBase.
01-02-2018 06:42 AM