----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17441/ -----------------------------------------------------------
(Updated Jan. 28, 2014, 10:24 p.m.) Review request for hive and Thejas Nair. Changes ------- Incorporated latest feedback, except for isAssignable() I had that from beginning. But that didn't work I am not sure why. So I switched to what is there now. Bugs: HIVE-5959 https://issues.apache.org/jira/browse/HIVE-5959 Repository: hive-git Description ------- Adds concept of root role in Hive. Diffs (updated) ----- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 84ee78f conf/hive-default.xml.template 66d22f9 itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestAdminUser.java PRE-CREATION metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 58f9957 Diff: https://reviews.apache.org/r/17441/diff/ Testing ------- New junit test added. Thanks, Ashutosh Chauhan