okumin commented on a change in pull request #1588:
URL: https://github.com/apache/hive/pull/1588#discussion_r508946873
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/RenderStrategy.java
##########
@@ -57,7 +60,8 @@ public void update(DAGStatus status, Map<String, Progress>
vertexProgressMap) {
renderProgress(monitor.progressMonitor(status, vertexProgressMap));
String report = getReport(vertexProgressMap);
if (showReport(report)) {
- renderReport(report);
+ final String time = FORMATTER.format(LocalDateTime.now());
Review comment:
@dengzhhu653 I don't disagree, but what's your thought? To align with
other variables?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]