You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2015/12/04 21:21:22 UTC

incubator-ranger git commit: RANGER-766:Yarn Plugin Config hadoop.security.authentication should be non-mandatory with default value

Repository: incubator-ranger
Updated Branches:
  refs/heads/ranger-0.5 56c91929c -> e9dd40803


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/e9dd4080
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/e9dd4080
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/e9dd4080

Branch: refs/heads/ranger-0.5
Commit: e9dd40803f2adc740776a973449dbc9509194a4e
Parents: 56c9192
Author: rmani <rm...@hortonworks.com>
Authored: Fri Dec 4 11:09:51 2015 -0800
Committer: rmani <rm...@hortonworks.com>
Committed: Fri Dec 4 12:21:08 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/e9dd4080/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":"",