ranger
ranger copied to clipboard
Apache Ranger - To enable, monitor and manage comprehensive data security across the Hadoop platform and beyond
update 2 latest
Presto query -> Create view db1.view1 as select * from db2.table1 -> this query has two checks check 1 - create view permission on db1 check 2 - select table...
See the details in the jira
There is a bug in ldapconfigcheck run.sh script. After fixing a bug, maven-shade-plugin is applied so that ldapconfigcheck can work. There is not spring security library in classpath, classnotfound error...
issue: https://issues.apache.org/jira/browse/RANGER-3315 We ought to reuse `build_ranger_using_docker.sh` to simplify ranger CI (all required dependencies can be included by container). Also, our travis CI config is broken because of following reasons....
RANGER-3184 had removed support for audit to RDBMS. The org.apache.ranger.audit.entity.AuthzAuditEventDbObj in the class element can be removed also.
see: https://issues.apache.org/jira/browse/RANGER-3227
exception fixed : https://issues.apache.org/jira/browse/RANGER-3255
**Description** there exists a potential NPE in issue [ranger-980] **JIRA** https://issues.apache.org/jira/browse/RANGER-3232