Repository: hadoop Updated Branches: refs/heads/branch-2.8.1 562af708c -> 15c6d6847
HADOOP-14318. Remove non-existent setfattr command option from FileSystemShell.md. Contributed by Doris Gu. (cherry picked from commit 84a8848aaecd56b4cc85185924c2e33674165e01) (cherry picked from commit a17bd7089263511b46918948843d05bb18750b1f) (cherry picked from commit c8bcc96500b57db4cf34c539ea8067ed00eb6535) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/15c6d684 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/15c6d684 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/15c6d684 Branch: refs/heads/branch-2.8.1 Commit: 15c6d684755d8e0f7045336c88d4c1a92c5c579f Parents: 562af70 Author: Akira Ajisaka <[email protected]> Authored: Tue Apr 18 16:43:50 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Tue Apr 18 16:46:39 2017 +0900 ---------------------------------------------------------------------- .../hadoop-common/src/site/markdown/FileSystemShell.md | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/15c6d684/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md index e970a69..03ec0d8 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md @@ -626,7 +626,6 @@ Sets an extended attribute name and value for a file or directory. Options: -* -b: Remove all but the base ACL entries. The entries for user, group and others are retained for compatibility with permission bits. * -n name: The extended attribute name. * -v value: The extended attribute value. There are three different encoding methods for the value. If the argument is enclosed in double quotes, then the value is the string inside the quotes. If the argument is prefixed with 0x or 0X, then it is taken as a hexadecimal number. If the argument begins with 0s or 0S, then it is taken as a base64 encoding. * -x name: Remove the extended attribute. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
