You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2014/05/16 13:19:47 UTC

[jira] [Created] (HIVE-7076) Plugin (exec hook) to log to application timeline data to Yarn

Gunther Hagleitner created HIVE-7076:
----------------------------------------

             Summary: 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)