Repository: incubator-ranger Updated Branches: refs/heads/master 591fdceba -> dca76775e
RANGER-766:Yarn Plugin Config hadoop.security.authentication should be non-mandatory with default value Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/dc9240d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/dc9240d8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/dc9240d8 Branch: refs/heads/master Commit: dc9240d83e6ae2b7a676c151f265a91a327e4fb7 Parents: 70df061 Author: rmani <[email protected]> Authored: Fri Dec 4 11:09:51 2015 -0800 Committer: rmani <[email protected]> Committed: Fri Dec 4 11:09:51 2015 -0800 ---------------------------------------------------------------------- .../src/main/resources/service-defs/ranger-servicedef-yarn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/dc9240d8/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json ---------------------------------------------------------------------- diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json index ff93dfe..53f9e18 100644 --- a/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json +++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json @@ -85,7 +85,7 @@ "name": "hadoop.security.authentication", "type": "enum", "subType": "authnType", - "mandatory": true, + "mandatory": false, "validationRegEx":"", "validationMessage": "", "uiHint":"",
