|
@@ -387,6 +387,7 @@ public class TestOptionsParser {
|
|
DistCpOptions option = new DistCpOptions(new Path("abc"), new Path("xyz"));
|
|
DistCpOptions option = new DistCpOptions(new Path("abc"), new Path("xyz"));
|
|
String val = "DistCpOptions{atomicCommit=false, syncFolder=false, "
|
|
String val = "DistCpOptions{atomicCommit=false, syncFolder=false, "
|
|
+ "deleteMissing=false, ignoreFailures=false, overwrite=false, "
|
|
+ "deleteMissing=false, ignoreFailures=false, overwrite=false, "
|
|
|
|
+ + "append=false, useDiff=false, fromSnapshot=null, toSnapshot=null, "
|
|
+ "skipCRC=false, blocking=true, numListstatusThreads=0, maxMaps=20, "
|
|
+ "skipCRC=false, blocking=true, numListstatusThreads=0, maxMaps=20, "
|
|
+ "mapBandwidth=100.0, "
|
|
+ "mapBandwidth=100.0, "
|
|
+ "copyStrategy='uniformsize', preserveStatus=[], "
|
|
+ "copyStrategy='uniformsize', preserveStatus=[], "
|