You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Prasad Mujumdar <pr...@cloudera.com> on 2013/10/05 00:44:42 UTC

Review Request 14498: HIVE-5447: HiveServer2 should allow secure impersonation over LDAP or other non-kerberos connection

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14498/
-----------------------------------------------------------

Review request for hive.


Bugs: HIVE-5447
    https://issues.apache.org/jira/browse/HIVE-5447


Repository: hive-git


Description
-------

Invoke session level secure impersonation in even when HS2 authentication is not set to kerberos. The session level authentication already handles secure impersonation based on the short name.


Diffs
-----

  service/src/java/org/apache/hive/service/auth/PlainSaslHelper.java 15b1675 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java 857e627 

Diff: https://reviews.apache.org/r/14498/diff/


Testing
-------

Manually tested with simple authentication on top of secure cluster.


Thanks,

Prasad Mujumdar