missing spaces in error messages -------------------------------- Key: HADOOP-7293 URL: https://issues.apache.org/jira/browse/HADOOP-7293 Project: Hadoop Common Issue Type: Bug Components: native Affects Versions: 0.20.2 Reporter: Robert Henry Priority: Trivial
Error message(s) are missing spaces. Here's an example output: 11/05/15 09:44:10 WARN mapred.JobClient: Error reading task outputhttp:// Generated from this line of source. ./src/mapred/org/apache/hadoop/mapred/JobClient.java: LOG.warn("Error reading task output" + ioe.getMessage()); The 1st arg to LOG.warn should end with a ' '. There may be other instances of this problem in the source base. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira