Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 427e3f995 -> 3fc4d4a36


HADOOP-13199. Add doc for distcp -filters. (John Zhuge via Yongjun Zhang)

(cherry picked from commit cfb860dee72a27382a26bf450bb8b16784aeebbb)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3fc4d4a3
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3fc4d4a3
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3fc4d4a3

Branch: refs/heads/branch-2.8
Commit: 3fc4d4a36986422e14e55b2c9c157e40a3a1e53f
Parents: 427e3f9
Author: Yongjun Zhang <[email protected]>
Authored: Thu May 26 23:30:31 2016 -0700
Committer: Yongjun Zhang <[email protected]>
Committed: Thu May 26 23:34:32 2016 -0700

----------------------------------------------------------------------
 hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3fc4d4a3/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm 
b/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm
index 12db933..91bd913 100644
--- a/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm
+++ b/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm
@@ -226,6 +226,7 @@ Flag              | Description                          | 
Notes
 `-update` | Overwrite if source and destination differ in size, blocksize, or 
checksum | As noted in the preceding, this is not a "sync" operation. The 
criteria examined are the source and destination file sizes, blocksizes, and 
checksums; if they differ, the source file replaces the destination file. As 
discussed in the Usage documentation, it also changes the semantics for 
generating destination paths, so users should use this carefully.
 `-append` | Incremental copy of file with same name but different length | If 
the source file is greater in length than the destination file, the checksum of 
the common length part is compared. If the checksum matches, only the 
difference is copied using read and append functionalities. The -append option 
only works with `-update` without `-skipcrccheck`
 `-f <urilist_uri>` | Use list at \<urilist_uri\> as src list | This is 
equivalent to listing each source on the command line. The `urilist_uri` list 
should be a fully qualified URI.
+`-filters` | The path to a file containing a list of pattern strings, one 
string per line, such that paths matching the pattern will be excluded from the 
copy. | Support regular expressions specified by java.util.regex.Pattern.
 `-filelimit <n>` | Limit the total number of files to be <= n | 
**Deprecated!** Ignored in the new DistCp.
 `-sizelimit <n>` | Limit the total size to be <= n bytes | **Deprecated!** 
Ignored in the new DistCp.
 `-delete` | Delete the files existing in the dst but not in src | The deletion 
is done by FS Shell. So the trash will be used, if it is enable.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to