You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Jason Dere <jd...@hortonworks.com> on 2018/06/14 23:24:56 UTC

Review Request 67608: HIVE-19898 Disable TransactionalValidationListener when the table is not in the Hive catalog

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

Review request for hive and Eugene Koifman.


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


Repository: hive-git


Description
-------

- Only run TransactionalValidationListener for hive catalog
- Added unit test
- Listener also did not seem to be getting the configuration that the metastore was being initialized with - made a change to how the conf was being retrieved.


Diffs
-----

  itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestTransactionalValidationListener.java PRE-CREATION 
  standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/TransactionalValidationListener.java 56da1151cc 
  standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/client/MetaStoreClientTest.java a0e9d32546 


Diff: https://reviews.apache.org/r/67608/diff/1/


Testing
-------


Thanks,

Jason Dere