Hadoop - Security
Given the following Ranger policy snippet:
What actions can user 'alice' perform on the 'sales' database?
{"users": ["alice"], "resources": {"database": "sales"}, "permissions": ["select", "update"]}What actions can user 'alice' perform on the 'sales' database?
