BELUGA BEHR created HIVE-18881:
----------------------------------

             Summary: Lower Logging for FSStatsAggregator
                 Key: HIVE-18881
                 URL: https://issues.apache.org/jira/browse/HIVE-18881
             Project: Hive
          Issue Type: Improvement
          Components: HiveServer2
    Affects Versions: 3.0.0
            Reporter: BELUGA BEHR


https://github.com/apache/hive/blob/6d890faf22fd1ede3658a5eed097476eab3c67e9/ql/src/java/org/apache/hadoop/hive/ql/stats/fs/FSStatsAggregator.java#L101

{code}
  LOG.info("Read stats for : " + partID + "\t" + statType + "\t" + counter);
{code}

# All the other logging in this class is _debug_ or _error_ level logging.  
This should be debug
# Remove tab characters to allow splitting on tabs in any kind of tab-separated 
file of log lines
# Use SLF4J parameterized logging



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to