Repository: hadoop Updated Branches: refs/heads/branch-2 96a0939d5 -> 899715a15
HADOOP-12872. Fix formatting in ServiceLevelAuth.md. Contributed by Brahma Reddy Battula. (cherry picked from commit 0a9f00af5e11913935ebf426d9da74278dd011af) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/899715a1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/899715a1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/899715a1 Branch: refs/heads/branch-2 Commit: 899715a15efb7646d2da5f6bd881c903b9a6e56e Parents: 96a0939 Author: Akira Ajisaka <[email protected]> Authored: Thu Mar 3 23:32:30 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Thu Mar 3 23:32:51 2016 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/site/markdown/ServiceLevelAuth.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/899715a1/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 5ff9984..7ea0cfb 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1221,6 +1221,9 @@ Release 2.7.3 - UNRELEASED HADOOP-12871. Fix dead link to NativeLibraries.html in CommandsManual.md. (Brahma Reddy Battula via aajisaka) + HADOOP-12872. Fix formatting in ServiceLevelAuth.md. + (Brahma Reddy Battula via aajisaka) + Release 2.7.2 - 2016-01-25 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/899715a1/hadoop-common-project/hadoop-common/src/site/markdown/ServiceLevelAuth.md ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/ServiceLevelAuth.md b/hadoop-common-project/hadoop-common/src/site/markdown/ServiceLevelAuth.md index 53c2857..adb7db9 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/ServiceLevelAuth.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/ServiceLevelAuth.md @@ -115,7 +115,7 @@ Of course, one can use the `security.refresh.policy.protocol.acl` property in `$ It is possible to specify a blocked list of hosts. Only those machines which are in the hosts list, but not in the blocked hosts list will be granted access to the service. The property name is derived by suffixing with ".blocked". - Example: The property name of blocked hosts list for `security.client.protocol.hosts>> will be <<<security.client.protocol.hosts.blocked` + Example: The property name of blocked hosts list for `security.client.protocol.hosts` will be `security.client.protocol.hosts.blocked` If blocked hosts list is not defined for a service, the value of `security.service.authorization.default.hosts.blocked` is applied. If `security.service.authorization.default.hosts.blocked` is not defined, empty blocked hosts list is applied.
