Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EC7218DB1 for ; Thu, 18 Feb 2016 18:48:19 +0000 (UTC) Received: (qmail 51120 invoked by uid 500); 18 Feb 2016 18:48:18 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 51040 invoked by uid 500); 18 Feb 2016 18:48:18 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 50661 invoked by uid 99); 18 Feb 2016 18:48:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2016 18:48:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3D6C42C1F62 for ; Thu, 18 Feb 2016 18:48:18 +0000 (UTC) Date: Thu, 18 Feb 2016 18:48:18 +0000 (UTC) From: "Yongjun Zhang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-9764) DistCp doesn't print arg value for -numListstatusThreads MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-9764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152830#comment-15152830 ] Yongjun Zhang commented on HDFS-9764: ------------------------------------- +1 on the patch, will commit soon, Thanks. > 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 > 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)