-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47040/
-----------------------------------------------------------
(Updated 七月 27, 2016, 5:35 p.m.)
Review request for hive, Lenni Kuff, Mohit Sabharwal, and Sergio Pena.
Changes
-------
Diff Rebase
Bugs: HIVE-13696
https://issues.apache.org/jira/browse/HIVE-13696
Repository: hive-git
Description
-------
Ensure that jobs sent to YARN with impersonation off are correctly routed to
the proper queue based on fair-scheduler.xml. Monitor this file for changes and
validate that jobs can only be sent to queues authorized for the user.
Diffs (updated)
-----
ql/src/java/org/apache/hadoop/hive/ql/Driver.java 14f221a
ql/src/java/org/apache/hadoop/hive/ql/session/YarnFairScheduling.java
PRE-CREATION
service/src/java/org/apache/hive/service/cli/session/HiveSessionImpl.java
72ad86c
shims/common/src/main/java/org/apache/hadoop/hive/shims/SchedulerShim.java
63803b8
shims/scheduler/pom.xml 9141c1e
shims/scheduler/src/main/java/org/apache/hadoop/hive/schshim/FairSchedulerQueueAllocator.java
PRE-CREATION
shims/scheduler/src/main/java/org/apache/hadoop/hive/schshim/FairSchedulerShim.java
372244d
shims/scheduler/src/main/java/org/apache/hadoop/hive/schshim/QueueAllocator.java
PRE-CREATION
shims/scheduler/src/test/java/org/apache/hadoop/hive/schshim/TestFairSchedulerQueueAllocator.java
PRE-CREATION
Diff: https://reviews.apache.org/r/47040/diff/
Testing
-------
Thanks,
Reuben Kuhnert