Alexander Pivovarov created HIVE-9949:
-----------------------------------------
Summary: remove not used parameters from String.format
Key: HIVE-9949
URL: https://issues.apache.org/jira/browse/HIVE-9949
Project: Hive
Issue Type: Bug
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
Priority: Trivial
SparkJobMonitor (79) and TezJobMonitor (788) call
{code}
String.format("%s: -/-\t", stageName, complete, total)
{code}
complete, total can be removed because pattern uses only the first parameter
stageName
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)