[ 
https://issues.apache.org/jira/browse/HDFS-9764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yongjun Zhang updated HDFS-9764:
--------------------------------
    Summary: DistCp doesn't print value for several arguments including 
-numListstatusThreads  (was: DistCp doesn't print arg value for 
-numListstatusThreads)

> DistCp doesn't print value for several arguments including 
> -numListstatusThreads
> --------------------------------------------------------------------------------
>
>                 Key: HDFS-9764
>                 URL: https://issues.apache.org/jira/browse/HDFS-9764
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: distcp
>            Reporter: Yongjun Zhang
>            Assignee: Wei-Chiu Chuang
>            Priority: Minor
>         Attachments: HDFS-9764.001.patch
>
>
> numListstatusThreads is missing from DistCpOption code:
> {code}
>  public String toString() {
>     return "DistCpOptions{" +
>         "atomicCommit=" + atomicCommit +
>         ", syncFolder=" + syncFolder +
>         ", deleteMissing=" + deleteMissing +
>         ", ignoreFailures=" + ignoreFailures +
>         ", maxMaps=" + maxMaps +
>         ", sslConfigurationFile='" + sslConfigurationFile + '\'' +
>         ", copyStrategy='" + copyStrategy + '\'' +
>         ", sourceFileListing=" + sourceFileListing +
>         ", sourcePaths=" + sourcePaths +
>         ", targetPath=" + targetPath +
>         ", targetPathExists=" + targetPathExists +
>         ", preserveRawXattrs=" + preserveRawXattrs +
>         ", filtersFile='" + filtersFile + '\'' +
>         '}';
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to