You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Yongjun Zhang (JIRA)" <ji...@apache.org> on 2016/02/05 03:44:39 UTC

[jira] [Created] (HDFS-9764) DistCp doesn't print arg value for -numListstatusThreads

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)