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:20:11 UTC

[1/2] 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/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 <rm...@hortonworks.com>
Authored: Fri Dec 4 11:09:51 2015 -0800
Committer: rmani <rm...@hortonworks.com>
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":"",


[2/2] incubator-ranger git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ranger

Posted by rm...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ranger


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/dca76775
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/dca76775
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/dca76775

Branch: refs/heads/master
Commit: dca76775e7243bf28b9425634009b9f6636ea5e4
Parents: dc9240d 591fdce
Author: rmani <rm...@hortonworks.com>
Authored: Fri Dec 4 12:19:29 2015 -0800
Committer: rmani <rm...@hortonworks.com>
Committed: Fri Dec 4 12:19:29 2015 -0800

----------------------------------------------------------------------
 .../service-defs/ranger-servicedef-kafka.json        | 15 +++++++++++++--
 .../kafka/authorizer/RangerKafkaAuthorizer.java      |  3 +++
 .../kafka/authorizer/RangerKafkaAuthorizer.java      |  4 ++--
 3 files changed, 18 insertions(+), 4 deletions(-)
----------------------------------------------------------------------