[
https://issues.apache.org/jira/browse/HIVE-7076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005324#comment-14005324
]
Vaibhav Gumashta commented on HIVE-7076:
----------------------------------------
Other than [~thejas]' feedback, I did some verification with the patch. Without
the patch and with ATSHooks set, I can see an ever growing bunch of ATS logger
threads. With the patch, just one daemon thread. So looks good!
Test setup: I ran a test which creates 20 threads and fires up different short
jdbc queries for few hours.
> Plugin (exec hook) to log to application timeline data to Yarn
> --------------------------------------------------------------
>
> Key: HIVE-7076
> URL: https://issues.apache.org/jira/browse/HIVE-7076
> Project: Hive
> Issue Type: Bug
> Reporter: Gunther Hagleitner
> Assignee: Gunther Hagleitner
> Attachments: HIVE-7076.1.patch
>
>
> See: https://issues.apache.org/jira/browse/YARN-1530
> This is a simple pre/post exec hook to log query + plan information to yarn.
> This information can be used to build tools and UIs to monitor, track, debug
> and tune Hive queries.
> Off by default, but can be enabled via:
> hive.exec.pre.hooks=ql.src.java.org.apache.hadoop.hive.ql.hooks.ATSHook
> hive.exec.post.hooks=ql.src.java.org.apache.hadoop.hive.ql.hooks.ATSHook
> hive.exec.failure.hooks=ql.src.java.org.apache.hadoop.hive.ql.hooks.ATSHook
--
This message was sent by Atlassian JIRA
(v6.2#6252)