ryukobayashi commented on code in PR #5285:
URL: https://github.com/apache/hive/pull/5285#discussion_r1630899710
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/TezJobMonitor.java:
##########
@@ -124,17 +124,17 @@ public TezJobMonitor(List<BaseWork> topSortedWorks, final
DAGClient dagClient, H
this.dag = dag;
this.context = ctx;
console = SessionState.getConsole();
+ this.perfLogger = perfLogger;
Review Comment:
Since it is using here, it needs to be set before the `updateFunction` is
called.
https://github.com/apache/hive/blob/82099b8fbf7e7ec3f3aaa778ddd70b8f959c1ad2/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/TezJobMonitor.java#L136-L137
https://github.com/apache/hive/blob/82099b8fbf7e7ec3f3aaa778ddd70b8f959c1ad2/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/TezJobMonitor.java#L128
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]