----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19880/ -----------------------------------------------------------
(Updated April 1, 2014, 9:29 p.m.) Review request for hive, Thejas Nair and Vaibhav Gumashta. Changes ------- change the log level for log message from info to debug Bugs: HIVE-6799 https://issues.apache.org/jira/browse/HIVE-6799 Repository: hive-git Description ------- see hive jira https://issues.apache.org/jira/browse/HIVE-6799 Diffs (updated) ----- service/src/java/org/apache/hive/service/auth/HiveAuthFactory.java d8f4822 Diff: https://reviews.apache.org/r/19880/diff/ Testing ------- Before the patch Hive Server2 log file reported exception with message Failed to validate proxy privilage of knox/hdps.example.com for sam The intermediary service with kerberos principal name knox/hdps.example.com was not able to proxy user sam. After the patch. Hive Server2 log does not reported exception. The intermediary service with kerberos principal name knox/hdps.example.com was able to proxy user sam and create table as sam. Thanks, dilli dorai