ranger
ranger copied to clipboard
Apache Ranger - To enable, monitor and manage comprehensive data security across the Hadoop platform and beyond
## pre-work Basic concepts and introductions can be found in [spark-authorizer](https://github.com/yaooqinn/spark-authorizer)'s documentations. ## additionals https://github.com/apache/spark/pull/17724 exposed a new experimental develop api `SparkSessionExetensions`, which is able to add user supplied extensions...
es optimization
[Travis are now recommending removing the sudo tag.](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration)
Azure Database for PostgreSQL servers require users to login with user@server, but internally the user does not have '@server' suffix. Therefore we need to skip this suffix for all SQL...
When the connection is established for presto service, the password is stored in x_service_config_map MySQL table. Autocomplete will still not work if the password is not decrypted. Added the step...
Ranger has extended support for PrestoSQL via https://issues.apache.org/jira/browse/RANGER-2395. Plugin: https://github.com/apache/ranger/tree/master/plugin-presto. Created a plugin to extend support to prestodb as well. The new plugin will exist along with PrestoSQL and the...
[RANGER-2760](https://issues.apache.org/jira/browse/RANGER-2760) [RANGER-2761](https://issues.apache.org/jira/browse/RANGER-2761) Wildcard evaluator causes bugs in incremental update or delete/create operation.