[ https://issues.apache.org/jira/browse/HIVE-18881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter Vary updated HIVE-18881: ------------------------------ Resolution: Fixed Fix Version/s: 3.1.0 Status: Resolved (was: Patch Available) Pushed to master. Thanks for the patch [~asinkovits]! > 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 > Assignee: Antal Sinkovits > Priority: Trivial > Labels: noob > Fix For: 3.1.0 > > Attachments: HIVE-18881.2.patch, HIVE-18881.patch > > > [https://github.com/apache/hive/blob/6d890faf22fd1ede3658a5eed097476eab3c67e9/ql/src/java/org/apache/hadoop/hive/ql/stats/fs/FSStatsAggregator.java#L101] > {code:java} > 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_ as well > # 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)