[
https://issues.apache.org/jira/browse/HDFS-9764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yongjun Zhang updated HDFS-9764:
--------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 2.8.0
Status: Resolved (was: Patch Available)
Committed to trunk, branch-2, branch-2.8.
Thanks Wei-Chiu for the contribution.
> 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
> Fix For: 2.8.0
>
> 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)