Skip to content

Commit 1ee6c8a

Browse files
HIVE-29340: Restore Hive ATSHook to populate the Tez View Queries tab
This is revert of HIVE-20078
1 parent d9ec041 commit 1ee6c8a

File tree

3 files changed

+554
-0
lines changed

3 files changed

+554
-0
lines changed

common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,9 @@ public static enum ConfVars {
762762
+ "threads that can be used for collection of file level statistics. If the value configured is x, then the "
763763
+ "maximum number of threads that can be used is x multiplied by the number of available processors. A value"
764764
+ " of less than 1, makes stats collection sequential."),
765+
ATS_HOOK_QUEUE_CAPACITY("hive.ats.hook.queue.capacity", 64,
766+
"Queue size for the ATS Hook executor. If the number of outstanding submissions \n" +
767+
"to the ATS executor exceed this amount, the Hive ATS Hook will not try to log queries to ATS."),
765768
EXEC_PARALLEL("hive.exec.parallel", false, "Whether to execute jobs in parallel"),
766769
EXEC_PARALLEL_THREAD_NUMBER("hive.exec.parallel.thread.number", 8,
767770
"How many jobs at most can be executed in parallel"),

0 commit comments

Comments
 (0)