You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Chaoyu Tang <ct...@gmail.com> on 2016/03/31 19:44:20 UTC

Review Request 45552: HIVE-13041: Kerberized HS2 with LDAP auth enabled fails the delegation token authentication

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

Review request for hive, Ashutosh Chauhan, Prasad Mujumdar, Szehon Ho, and Thejas Nair.


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


Repository: hive-git


Description
-------

Use TUGIAssumingProcessor  instead of TSetIpAddressProcessor when HS2 is running in Kerberos but also with other authentication (e.g. LDAP) enabled


Diffs
-----

  itests/hive-minikdc/src/test/java/org/apache/hive/minikdc/MiniHiveKdc.java 4e3a9c5 
  itests/hive-minikdc/src/test/java/org/apache/hive/minikdc/TestJdbcNonKrbSASLWithMiniKdc.java PRE-CREATION 
  itests/hive-unit/src/main/java/org/apache/hive/jdbc/miniHS2/MiniHS2.java a9d9c76 
  service/src/java/org/apache/hive/service/auth/HiveAuthFactory.java 6992f62 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java 62fcde5 

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


Testing
-------

1. Manual tests
2. new unit tests
3. precommit build


Thanks,

Chaoyu Tang