-
This package can use authentication by kerberos?
thanks for your answers
-
```
Please, add Kerberos/SPNEGO autentication scheme.
```
Original issue reported on code.google.com by `victoren...@gmail.com` on 29 Apr 2009 at 10:45
-
Original [issue 485](https://code.google.com/p/psi-dev/issues/detail?id=485) created by psi-plus on 2012-02-06T14:41:51.000Z:
Имеется соответствующий патч, но под очень старую версию:
http://www.sxw…
-
I tried integrating azkaban with kerberos in POC cluster as per the "Azkaban Documentation 2.5", but its not working.
I made the changes in below files-
/hadoop/azkaban/azkaban-web-server/conf/azkab…
-
I am trying to use azkanban to start job in my company cluster. The cluster is security cluster,surpport kerberos authentication. and the cluster version is CDH5.5.0 .we use mapreduce 2.0
I started …
-
Continuation of #96 and #122, and followup to #116 that added initial and limited direct connections (with GraphQL support) but did not support credentials nor unify the `status` to work for all kinds…
-
**Is your feature request related to a problem? Please describe.**
The current authentication system lacks support for Kerberos. Kerberos is great for quick and easy authentication, especially in lin…
-
Hello ,
I am trying to connect R to Hive (kerberos enabled) .. Please let me know if the following is the right approach. If yes, I am running into an issue which is not giving enough information …
-
Request to add GSSAPI/Kerberos support to the library to support password-less login to servers.
-
```
from pyhive import hive
con = hive.Connection(host="10.8.8.8", port=21000, auth='KERBEROS', kerberos_service_name="hive")
cursor = con.cursor()
cursor.execute('show databases')
datas = curs…