-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72961/
-----------------------------------------------------------
Review request for ranger.
Bugs: RANGER-3039
https://issues.apache.org/jira/browse/RANGER-3039
Repository: ranger
Description
-------
currently, dfs command is not supported through hive beeline, and it should be
supported when user belongs role 'admin'
Diffs
-----
hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java
1bec50b37
Diff: https://reviews.apache.org/r/72961/diff/1/
Testing
-------
test procedure:
1. create role 'admin' in ranger web and add user 'testuser' in it.
2. login with 'testuser' and exec 'set role admin' in beeline.
3. exec 'dfs ls /' in beeline, expect return the result of ls.
test OK and already used in production environment.
Thanks,
ru jia