[ https://issues.apache.org/jira/browse/HADOOP-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701348#action_12701348 ]
Suhas Gogate commented on HADOOP-5675: -------------------------------------- Tested the patch and here are some comments w.r.t. following output I see, 1. suggestions for counter names: srcCount => sourceFilesCount, fileCount => filesToCopyCount, byteCount => bytesToCopyCount 2. Remove white spaces between counter name and value. 09/04/21 23:37:30 INFO tools.DistCp: srcCount = 6 09/04/21 23:37:30 INFO tools.DistCp: fileCount= 2 09/04/21 23:37:30 INFO tools.DistCp: byteCount= 341.5k > DistCp should not launch a job if it is not necessary > ----------------------------------------------------- > > Key: HADOOP-5675 > URL: https://issues.apache.org/jira/browse/HADOOP-5675 > Project: Hadoop Core > Issue Type: Improvement > Components: tools/distcp > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Priority: Minor > Fix For: 0.21.0 > > Attachments: 5675_20090414.patch, 5675_20090421.patch > > > Currently, DistCp launch a job even if it is not necessary. In such case, > the job does nothing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.