Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
0.23.0
-
None
-
None
Description
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 ' '.