You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2018/03/06 22:22:00 UTC

[jira] [Created] (HIVE-18881) Lower Logging for FSStatsAggregator

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)