[
https://issues.apache.org/jira/browse/MAPREDUCE-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei Yongjun updated MAPREDUCE-2553:
-----------------------------------
Attachment: MAPREDUCE-2553.patch
> 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
>
> Attachments: MAPREDUCE-2553.patch
>
>
> 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