Member since
09-10-2015
261
Posts
85
Kudos Received
43
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3121 | 11-15-2018 10:21 PM | |
1342 | 09-05-2018 09:03 PM | |
2485 | 03-19-2018 09:15 PM | |
2067 | 03-16-2018 08:40 PM | |
1055 | 02-09-2018 05:25 PM |
11-07-2017
02:16 PM
Glad it worked for you. For Knox plugin, first time policy download happens upon first Knox request. After that any policy modifications should be sync'ed by Knox plugin within 30 seconds. i.e. Every 30 seconds, Knox plugin checks for policy updates from Ranger Admin server. If your issue is resolved, please accept the answer.
... View more
11-06-2017
03:41 PM
Knox plugin downloads policies upon first Knox request, not during the startup of Knox gateway. Send a Knox request to see if plugin downloads the policies. Information about this should be available in Knox gateway log, so you can check there.
... View more
10-31-2017
01:53 PM
I am glad it is working for you now. Please accept the answer if your issue is resolved.
... View more
10-31-2017
11:43 AM
AES NI is a performance accelerator, so it is not required to use HDFS TDE (transparent data encryption).
... View more
10-30-2017
01:57 PM
You can refer this tutorial series https://hortonworks.com/hadoop-tutorial/securing-data-lake-auditing-user-access-using-hdp-security/
... View more
10-27-2017
02:49 PM
Looks like Nifi is sending the user name as "cn=rverma,ou=People,dc=ex,dc=com", but in ranger access is given to user "rverma". Check if you can sync users in ranger with the full name Nifi is using. You can refer the below articles. https://community.hortonworks.com/articles/58769/hdf-20-enable-ranger-authorization-for-hdf-compone.html https://community.hortonworks.com/articles/57980/hdf-20-apache-nifi-integration-with-apache-ambarir.html https://issues.apache.org/jira/browse/RANGER-1224
... View more
10-24-2017
04:03 PM
User holger_gov does not have privileges to create policy. User has to have ADMIN role in ranger or needs to be delegated admin for the specified resource. Can you check this? See https://community.hortonworks.com/content/kbentry/88202/apache-ranger-delegated-admin.html for delegated admin feature. Also, ranger version in HDP 2.6.1 should be ranger 0.7.
... View more
10-13-2017
01:42 PM
ranger-admin-site.xml will not have the password in plain text, so '_' you see is correct. Make sure your keystore has only one right entry and ranger SSL configs are correct.
... View more
10-10-2017
04:07 PM
1 Kudo
Can you clear the browser cache and try? This might be a browser issue.
... View more
09-22-2017
07:56 PM
Usually the delete calls for users do a soft delete, i.e. they change the status of the user to be not visible. Try passing forceDelete=true to the URL to achieve hard delete.
... View more