[ https://issues.apache.org/jira/browse/HIVE-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-2823: ------------------------------ Attachment: HIVE-2823.D1977.2.patch kevinwilfong updated the revision "HIVE-2823 [jira] Add logging of total run time of Driver". Reviewers: JIRA, njain After discussing this with Namit Jain, we decided that since I ultimately intend to access the Driver.run start time from a post execution hook, it would make the most sense in terms of dependencies, if the start time was added to the QueryPlan, from which it can be accessed by the hook. REVISION DETAIL https://reviews.facebook.net/D1977 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java ql/src/java/org/apache/hadoop/hive/ql/Driver.java > Add logging of total run time of Driver > --------------------------------------- > > Key: HIVE-2823 > URL: https://issues.apache.org/jira/browse/HIVE-2823 > Project: Hive > Issue Type: Improvement > Reporter: Kevin Wilfong > Assignee: Kevin Wilfong > Attachments: HIVE-2823.D1977.1.patch, HIVE-2823.D1977.2.patch > > > We are currently logging the run time of several components of the Driver, > e.g. compilation and map reduce execution time. It would be helpful to log > the total run time of the Driver's run method as well. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira