Josh Elser created ACCUMULO-2402:
------------------------------------
Summary: report.pl fails on normal stats output
Key: ACCUMULO-2402
URL: https://issues.apache.org/jira/browse/ACCUMULO-2402
Project: Accumulo
Issue Type: Bug
Components: test
Reporter: Josh Elser
Priority: Minor
Fix For: 1.6.0
When running on Hadoop2, some extra log messages get dumped to the stats.out
file in talking to the ResourceManager:
{noformat}
2014-02-24 14:23:19,546 [client.RMProxy] INFO : Connecting to ResourceManager
at host.domain.com/192.168.1.1:8030
2014-02-24 14:23:19,574 [mapred.ResourceMgrDelegate] WARN :
getBlacklistedTrackers - Not implemented yet
{noformat}
We should either update log4j to avoid those messages or make the TimeBinner
class smart enough to ignore lines it doesn't know how to parse.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)