HDFS-16122. Fix DistCpContext#toString() (#3191). Contributed by tomscut.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
ba325a8ada
commit
fef53aacc9
|
@ -204,7 +204,7 @@ public class DistCpContext {
|
||||||
return options.toString() +
|
return options.toString() +
|
||||||
", sourcePaths=" + sourcePaths +
|
", sourcePaths=" + sourcePaths +
|
||||||
", targetPathExists=" + targetPathExists +
|
", targetPathExists=" + targetPathExists +
|
||||||
", preserveRawXattrs" + preserveRawXattrs;
|
", preserveRawXattrs=" + preserveRawXattrs;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue