ranger
ranger copied to clipboard
Apache Ranger - To enable, monitor and manage comprehensive data security across the Hadoop platform and beyond
Since the docker compose version is at '3', when the build starts, it cannot build the images because of the depends_on `condition: service_started`.
RANGER-3222 Ranger yarn plugin does not support parsing fair scheduler json or xml response
According to this incorrect mapping: if set 'AUTH_SSL_ENABLED' to false in 'install.properties', then setup.sh will produce incorrect 'ranger-ugsync-site.xml' config that causes usersync process not working because actually 'ranger.usersync.enabled' set to...
### Fix build image error **COMMAND:** `docker-compose -f docker-compose.ranger-base.yml -f docker-compose.ranger-build.yml up --remove-orphans` **ERROR:** 
Example in install.properties file: xa_ldap_userDNpattern=OU=Enabled Accounts,DC=mydc,DC=mycompany,DC=com The space in the LDAP string causes 3rd and 4th arguments to the updatePropertyToFilePy method in the startup.sh to be wrong. This then breaks...
./setup.sh: line 1194: groupadd: command not found ?
I ran into this while creating docker image for 2.1.0. I think this is a bug, but I cannot find any report elsewhere. ``` 2021-01-15 08:02:34,119 [I] Copying POSTGRES Connector...
Hi Team, In ranger-servicedef.json file, it's clearly mentioned **show** access type but the policy (prestodev.json) file which created through code in the server in which **show** access-type is missing. Due...