You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by al...@apache.org on 2016/03/03 01:07:00 UTC

[36/50] [abbrv] incubator-ranger git commit: RANGER-621 - Updated Solr service-def to fix incorrect impliedGrants

RANGER-621 - Updated Solr service-def to fix incorrect impliedGrants

Signed-off-by: Madhan Neethiraj <ma...@apache.org>


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

Branch: refs/heads/HDP-2.3.2-groupid
Commit: 23d8bef0871a786a247a4b2f18a5a0a76b559150
Parents: 0ed5a16
Author: Abhay Kulkarni <ak...@hortonworks.com>
Authored: Wed Sep 9 15:03:54 2015 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Fri Sep 11 17:18:36 2015 -0700

----------------------------------------------------------------------
 .../src/main/resources/service-defs/ranger-servicedef-solr.json  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/23d8bef0/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
index bc27352..2f12721 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
@@ -49,11 +49,9 @@
 			"name":"solr_admin",
 			"label":"Solr Admin",
 			"impliedGrants":[
-				"query,update,others"
+				"query","update","others"
 			]
-			
 		}
-		
 	],
 	"configs":[
 		{