Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-alpha1
-
Fix Version/s: 2.9.0, 3.0.0-alpha1
-
Component/s: tools/distcp
-
Labels:None
Description
The log message in running distcp does not show some options, i.e. append, useDiff and snapshot names.
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'}
I think that this message is useful for debugging and so it is better to add the lacked options.