[
https://issues.apache.org/jira/browse/HIVE-14888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16872472#comment-16872472
]
David McGinnis commented on HIVE-14888:
---------------------------------------
Fix is ready and has been submitted in Review Board and on GitHub for review,
but no committers seem interested in reviewing it. Links to both are attached
to the JIRA.
[~trega], [~xuefuz]: If you can find a committer that is willing to give up 10
minutes to get this reviewed so we can get it in, that would help immensely.
Emails to the dev group have not gotten any activity on it.
> SparkClientImpl checks for "kerberos" string in hiveconf only when
> determining whether to use keytab file.
> ----------------------------------------------------------------------------------------------------------
>
> Key: HIVE-14888
> URL: https://issues.apache.org/jira/browse/HIVE-14888
> Project: Hive
> Issue Type: Bug
> Components: Spark
> Affects Versions: 2.1.0
> Reporter: Thomas Rega
> Assignee: David McGinnis
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-14888.1-spark.patch, HIVE-14888.2.patch,
> HIVE-14888.3.patch, HIVE-14888.4.patch, HIVE-14888.5.patch
>
> Original Estimate: 5m
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The SparkClientImpl will only provide a principal and keytab argument if the
> HADOOP_SECURITY_AUTHENTICATION in hive conf is set to "kerberos". This will
> not work on clusters with Hadoop security enabled that are not configured as
> "kerberos", for example, a cluster which is configured for "ldap".
> The solution is to call UserGroupInformation.isSecurityEnabled() instead.
>
> Code Review: [https://reviews.apache.org/r/70718/]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)