From common-issues-return-107287-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Mon Apr 18 13:03:26 2016 Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 C379F18808 for ; Mon, 18 Apr 2016 13:03:26 +0000 (UTC) Received: (qmail 5270 invoked by uid 500); 18 Apr 2016 13:03:25 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 5149 invoked by uid 500); 18 Apr 2016 13:03:25 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 4710 invoked by uid 99); 18 Apr 2016 13:03:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2016 13:03:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 82C8C2C1F61 for ; Mon, 18 Apr 2016 13:03:25 +0000 (UTC) Date: Mon, 18 Apr 2016 13:03:25 +0000 (UTC) From: "Takashi Ohnishi (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-13034) Log message about input options in distcp lacks some items 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/HADOOP-13034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takashi Ohnishi updated HADOOP-13034: ------------------------------------- Status: Patch Available (was: Open) > Log message about input options in distcp lacks some items > ---------------------------------------------------------- > > Key: HADOOP-13034 > URL: https://issues.apache.org/jira/browse/HADOOP-13034 > Project: Hadoop Common > Issue Type: Improvement > Components: tools/distcp > Affects Versions: 3.0.0 > Reporter: Takashi Ohnishi > Priority: Minor > Attachments: HADOOP-13034.1.patch > > > The log message in running distcp does not show some options, i.e. append, useDiff and snapshot names. > {code} > 16/04/18 21:57:36 INFO tools.DistCp: Input Options: DistCpOptions{atomicCommit=false, syncFolder=true, deleteMissing=false, ignoreFailures=false, overwrite=false, skipCRC=false, blocking=true, numListstatusThreads=0, maxMaps=20, mapBandwidth=100.0, copyStrategy='uniformsize', preserveStatus=[], preserveRawXattrs=false, atomicWorkPath=null, logPath=null, sourceFileListing=null, sourcePaths=[/user/hadoop/source], targetPath=/user/hadoop/target, targetPathExists=true, filtersFile='null'} > {code} > I think that this message is useful for debugging and so it is better to add the lacked options. -- This message was sent by Atlassian JIRA (v6.3.4#6332)