Skip to content

Commit 881366f

Browse files
committed
HADOOP-13655 address review comments

Change-Id: I0f50d0a7823a86a9e0b1fdfc70a69fcebd1d22ce
1 parent 048d303 commit 881366f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ hadoop distcp -update -numListstatusThreads 20 \
523523
Because object stores are slow to list files, consider setting the `-numListstatusThreads` option when performing a `-update` operation
524524
on 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,
527527
generally only the modification time and length of the individual files are compared,
528528
not any checksums. The fact that most object stores do have valid timestamps
529529
for 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`
547547
flag.

0 commit comments

Comments
 (0)