-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55194/
-----------------------------------------------------------
(Updated Jan. 19, 2017, 12:33 a.m.)
Review request for hive.
Changes
-------
Create a separate executor to handle sending to ATS, so that the existing
executor (now just creating the ATS events) does not get blocked on send calls.
Bugs: HIVE-15541
https://issues.apache.org/jira/browse/HIVE-15541
Repository: hive-git
Description
-------
Create the ATSHook executor with a bounded queue capacity
Diffs (updated)
-----
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 96928db
ql/src/java/org/apache/hadoop/hive/ql/hooks/ATSHook.java 3651c9c
Diff: https://reviews.apache.org/r/55194/diff/
Testing
-------
Thanks,
Jason Dere