prasanthj commented on a change in pull request #966: HIVE-23118: Option for 
exposing compile time counters as tez counters
URL: https://github.com/apache/hive/pull/966#discussion_r402646605
 
 

 ##########
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/TezJobMonitor.java
 ##########
 @@ -185,6 +188,12 @@ public int monitorExecution() {
         if (wmContext != null) {
           Set<String> desiredCounters = wmContext.getSubscribedCounters();
           TezCounters dagCounters = status.getDAGCounters();
+          // if initial counters exists, merge it with dag counters to get 
aggregated view
 
 Review comment:
   Done.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to