You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ It uses agents to sync policies and users, and plugins that run within the same
7
7
8
8
The repo contains code tied to [AWS Big Data Blog](https://aws.amazon.com/blogs/big-data/implementing-authorization-and-auditing-using-apache-ranger-on-amazon-emr/).
9
9
10
-
> **Development Status** the code has gone through unit and functional test against a **few recent versions** of Amazon EMR.
10
+
> **NOTE:** the code has gone through unit and functional test against a **few recent versions** of Amazon EMR.
11
11
> It is likely that it may not work with **all** EMR versions.
12
-
> Plugins marked as **beta** has not been tested in production.
12
+
> Code/plugin marked as **beta** has not been suitable for production use.
13
13
>> Please submit Pull Request or to create an [Issue](https://github.com/aws-samples/aws-emr-apache-ranger/issues/new)
14
14
>
15
15
### Deployment options:
@@ -21,9 +21,13 @@ The repo contains code tied to [AWS Big Data Blog](https://aws.amazon.com/blogs/
21
21
### Compatibility/Supported plugins:
22
22
| Module| Tag | Cloudformation stack | Apache Ranger Version | EMR Version | Supported Plugins|
> WARNING: The current V1 setup does not enable strong cluster level Auth (Kerberos) for EMR. Only LDAP enabled Hue UI. V2 will support Kerberos - refer to the [roadmap](https://github.com/aws-samples/aws-emr-apache-ranger/projects/1) for details.
Shows how the plugin can be used to enable column level access controls, column masking and row filter. Demo uses the [Presto Redshift connector](https://prestosql.io/docs/current/connector/redshift.html). The same functionality should work with other [Presto connectors](https://prestosql.io/docs/current/connector.html).
30
+

27
31
Please open Git Issues if you would like to see updates/other plugin integrations.
0 commit comments