Hi All,
We have HDInsight deployed with Enterprise Service Package enabled e.g. kerberized cluster.
User is able to connect to the hive over kerberos from the Azure VM machine that's on same domain.
Problem is, we have bunch of users which are not on trusted domain (azure domain vs on-prem domain). This cause problem because the user always hit with error:
[Hortonworks][Support] (50360) Integrated security authentication failed. (Routine Error:
Unspecified GSS failure. Minor code may provide more information
Mechanism Info:
Cannot contact any KDC for realm 'SOMETHING.ONMICROSOFT.COM'
Major: 851968 Minor: 2529639068)
I have setup my on-prem machine the KRB5_CONFIG and KRB5CCNAME on Environment Variable, and point to copy of files from Azure VM.
Is there a way we can logon to the kerberized cluster using domain username and password instead kerberos?