-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48886/
-----------------------------------------------------------
Review request for hive and Siddharth Seth.
Bugs: HIVE-14052
https://issues.apache.org/jira/browse/HIVE-14052
Repository: hive-git
Description
-------
Add a hook to call run QueryTracker.queryComplete if there are no more
fragments for this query.
This cleanup runs on delay and can be cancelled if another fragment request
comes in with the same query ID.
Diffs
-----
llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/ContainerRunnerImpl.java
ded84c1
llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapDaemon.java
c7e9d32
llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryTracker.java
a965872
ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormatService.java 825488f
ql/src/test/org/apache/hadoop/hive/llap/TestLlapOutputFormat.java 2288cd4
Diff: https://reviews.apache.org/r/48886/diff/
Testing
-------
Thanks,
Jason Dere