missing space in the error message of distcp command ----------------------------------------------------
Key: MAPREDUCE-2553 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2553 Project: Hadoop Map/Reduce Issue Type: Improvement Components: distcp Affects Versions: 0.23.0 Reporter: Wei Yongjun Priority: Minor Fix For: 0.23.0 Error message of distcp command missing space, here's an example output: $ hadoop distcp /user/test/input /user/test/ouput file:/root/temp ... Copy failed: java.io.IOException: Failed to createfile:/root/temp ... Generated from this line of source. src/tools/org/apache/hadoop/tools/DistCp.java: throw new IOException("Failed to create" + args.dst); "Failed to create" should end with a ' '. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira