Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
numListstatusThreads is missing from DistCpOption 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 + '\'' + '}'; }
Attachments
Attachments
Issue Links
- is related to
-
HDFS-9774 Update distcp command line options in the documentation
-
- Patch Available
-