Skip to content

Commit e87d494

Browse files
author
Varun Rao Bhamidimarri
committed
Updates to Spark Ranger policy to support Create and Drop DDL's
1 parent 0551153 commit e87d494

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ranger-service-definition/ranger-servicedef-amazon-emr-spark.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@
109109
"itemId": 5,
110110
"name": "write",
111111
"label": "write"
112+
},
113+
{
114+
"itemId": 6,
115+
"name": "create",
116+
"label": "create"
117+
},
118+
{
119+
"itemId": 7,
120+
"name": "drop",
121+
"label": "drop"
112122
}
113123
],
114124
"configs":
@@ -137,4 +147,4 @@
137147
"policyConditions":
138148
[
139149
]
140-
}
150+
}

0 commit comments

Comments
 (0)