Yongjun Zhang created HDFS-9764:
-----------------------------------
Summary: DistCp doesn't print arg value for -numListstatusThreads
Key: HDFS-9764
URL: https://issues.apache.org/jira/browse/HDFS-9764
Project: Hadoop HDFS
Issue Type: Bug
Reporter: Yongjun Zhang
Priority: Minor
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)