File tree Expand file tree Collapse file tree
hadoop-tools/hadoop-distcp/src/site/markdown Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ hadoop distcp -update -numListstatusThreads 20 \
523523Because object stores are slow to list files, consider setting the `-numListstatusThreads` option when performing a `-update` operation
524524on a large directory tree (the limit is 40 threads).
525525
526- When `DistCp -update` is used with objec stores,
526+ When `DistCp -update` is used with object stores,
527527generally only the modification time and length of the individual files are compared,
528528not any checksums. The fact that most object stores do have valid timestamps
529529for directories is irrelevant; only the file timestamps are compared.
@@ -541,7 +541,7 @@ the `-atomic` operation doesn't actually deliver what is promised. *Avoid*.
541541
542542* The `-append` option is not supported.
543543
544- * The `-diff` option is not supported
544+ * The `-diff` and `rdiff` options are not supported
545545
546546* CRC checking will not be performed, irrespective of the value of the `-skipCrc`
547547flag.
You can’t perform that action at this time.
0 commit comments