-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22191/
-----------------------------------------------------------
(Updated June 3, 2014, 6:22 a.m.)
Review request for hive.
Bugs: HIVE-7167
https://issues.apache.org/jira/browse/HIVE-7167
Repository: hive-git
Description (updated)
-------
In the case that hiveserver2 uses embedded metastore and hiveserver uses remote
metastore, this exception comes up when hiveserver2 and hiveserver are started
simultaneously.
See the bug link:
https://issues.apache.org/jira/browse/HIVE-7167
The idea is to catch JDOException from concurrent defaultDB and roles
initializations or privilege insertions, and try createDefaultDB,
createDefaultRoles and addAdminUsers one more time, if still fails, simply
throw up exceptions.
Diffs
-----
hcatalog/core/.gitignore 0a7a9c5
metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
a6afd8c
Diff: https://reviews.apache.org/r/22191/diff/
Testing
-------
done
Thanks,
XIAOBING ZHOU