----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27292/ -----------------------------------------------------------
Review request for hive, Brock Noland and Mohit Sabharwal. Bugs: HIVE-8634 https://issues.apache.org/jira/browse/HIVE-8634 Repository: hive-git Description ------- The fair scheduler queue refresh in HiveServer2 (for non-impersonation mode), doesn't handle the primary/secondary queue mappings correctly. It's not reading primary and secondary rules from the scheduler rule file. The patch involves refreshing the queue policy allocation to read the fair-scheduler.xml file correctly. Diffs ----- data/conf/fair-scheduler-test.xml PRE-CREATION itests/hive-unit-hadoop2/src/test/java/org/apache/hive/jdbc/TestSchedulerQueue.java 79878ba shims/0.23/src/main/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java 6125714 Diff: https://reviews.apache.org/r/27292/diff/ Testing ------- Added test cases to for various queue allocation rules. Thanks, Prasad Mujumdar