You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Thejas Nair <th...@hortonworks.com> on 2014/10/03 00:19:11 UTC

Review Request 26287: HIVE-8310 : RetryingHMSHandler is not used when kerberos auth enabled

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

Review request for hive and Ashutosh Chauhan.


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


Repository: hive-git


Description
-------

https://issues.apache.org/jira/browse/HIVE-8310


Diffs
-----

  itests/hive-unit/src/test/java/org/apache/hadoop/hive/thrift/TestDBTokenStore.java a60ad70 
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 47eca29 
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java c25f13e 
  metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreInit.java f674244 
  metastore/src/java/org/apache/hadoop/hive/metastore/RetryingHMSHandler.java 63a113c 
  shims/common-secure/src/main/java/org/apache/hadoop/hive/thrift/DBTokenStore.java b507a09 
  shims/common-secure/src/main/java/org/apache/hadoop/hive/thrift/HadoopThriftAuthBridge20S.java 8b30b49 

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


Testing
-------

Manually tested with secure cluster , turned on db token store and ran queries, also verified that retry kicks in on db failure (temporariy renamed a mysql table).


Thanks,

Thejas Nair