zabetak opened a new pull request #3027:
URL: https://github.com/apache/hive/pull/3027


   ### What changes were proposed in this pull request?
   Adapt the MR compactor to accept all the properties below:
   * compactor.mapred.job.queue.name
   * compactor.mapreduce.job.queuename
   * compactor.hive.compactor.job.queue
   
   for specifying the job queue per table and per compaction.
   
   Add unit tests defining and guarding the precedence among the aforementioned 
properties and the different granularity at which a queue can be defined.
   
   ### Why are the changes needed?
   The change restores backward compatibility and also enables the use of the 
non deprecated MR properties for specifying the job queue for every compaction.
   
   ### Does this PR introduce _any_ user-facing change?
   Yes, it restores the old functionality and defines the order on which 
properties should take effect.
   
   ### How was this patch tested?
   `mvn -pl ql test -Dtest=TestCompactorMRJobQueueConfiguration`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to