[ 
https://issues.apache.org/jira/browse/HIVE-27853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shubham Goel updated HIVE-27853:
--------------------------------
    Description: 
Kerberos authentication functions differently on Windows and Unix system. In 
Unix, TGT cache is exposed and can be utilized for authentication purposes. 
However, Windows does not expose this cache. Therefore, in order to implement 
Kerberos authentication in a Windows setup, we need to use SSPI (Windows native 
Kerberos API implementation).

 

Due to this, Kerberos authentication in Hive JDBC driver works in Unix but 
doesn't work in Windows.

> Add support for Kerberos authentication in Windows
> --------------------------------------------------
>
>                 Key: HIVE-27853
>                 URL: https://issues.apache.org/jira/browse/HIVE-27853
>             Project: Hive
>          Issue Type: New Feature
>          Components: JDBC
>            Reporter: Shubham Goel
>            Priority: Major
>
> Kerberos authentication functions differently on Windows and Unix system. In 
> Unix, TGT cache is exposed and can be utilized for authentication purposes. 
> However, Windows does not expose this cache. Therefore, in order to implement 
> Kerberos authentication in a Windows setup, we need to use SSPI (Windows 
> native Kerberos API implementation).
>  
> Due to this, Kerberos authentication in Hive JDBC driver works in Unix but 
> doesn't work in Windows.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to