[jira] [Updated] (HADOOP-13034) Log message about input options in distcp lacks some items

2016-10-17 Thread Yongjun Zhang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-13034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yongjun Zhang updated HADOOP-13034:
---
Fix Version/s: 2.9.0

Thanks you guys for the earlier work, I cherry-picked to branch-2.



> 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-alpha1
>Reporter: Takashi Ohnishi
>Assignee: Takashi Ohnishi
>Priority: Minor
> Fix For: 2.9.0, 3.0.0-alpha1
>
> 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)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-13034) Log message about input options in distcp lacks some items

2016-06-28 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-13034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated HADOOP-13034:
--
   Resolution: Fixed
Fix Version/s: 3.0.0-alpha1
   Status: Resolved  (was: Patch Available)

+1 committed to trunk.

Thanks!

> 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-alpha1
>Reporter: Takashi Ohnishi
>Assignee: Takashi Ohnishi
>Priority: Minor
> Fix For: 3.0.0-alpha1
>
> 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)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-13034) Log message about input options in distcp lacks some items

2016-04-18 Thread Takashi Ohnishi (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-13034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Takashi Ohnishi updated HADOOP-13034:
-
Attachment: HADOOP-13034.1.patch

Attached patch.

> 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)


[jira] [Updated] (HADOOP-13034) Log message about input options in distcp lacks some items

2016-04-18 Thread Takashi Ohnishi (JIRA)

 [ 
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)