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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to