[
https://issues.apache.org/jira/browse/AMBARI-17189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328445#comment-15328445
]
Hudson commented on AMBARI-17189:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #5069 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5069/])
AMBARI-17189. Change in Atlas authorization from class based to value
(sgunturi:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=98873150a97bd66a72905ba435f7d2420b2c763a])
* ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py
* ambari-server/src/test/python/stacks/2.5/common/test_stack_advisor.py
> Change in Atlas authorization from class based to value based
> -------------------------------------------------------------
>
> Key: AMBARI-17189
> URL: https://issues.apache.org/jira/browse/AMBARI-17189
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Gautam Borad
> Assignee: Gautam Borad
> Fix For: 2.4.0
>
> Attachments: AMBARI-17189.patch
>
>
> Atlas plugin configuration for Ranger in application.properties has been
> changed from class based to value based:
> previously its value was a class :
> {code}
> atlas.authorizer.impl = org.apache.atlas.authorize.SimpleAtlasAuthorizer
> {code}
> and on enabling plugin its value was :
> {code}
> atlas.authorizer.impl =
> org.apache.ranger.authorization.atlas.authorizer.RangerAtlasAuthorizer
> {code}
> This has been *changed to* :
> {code}atlas.authorizer.impl = simple {code}
> and on enabing Ranger plugin its value will be
> {code} atlas.authorizer.impl = ranger {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)