[
https://issues.apache.org/jira/browse/AMBARI-10686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14509666#comment-14509666
]
Hudson commented on AMBARI-10686:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #2419 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2419/])
AMBARI-10686. Ranger Admin Install fails with an Attribute Error (aonishuk)
(aonishuk:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8779baea98e546fa120f8bc9c3eec367c7ba6423)
*
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py
Revert "AMBARI-10686. Ranger Admin Install fails with an Attribute Error
(aonishuk)" (aonishuk:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e8e7c827d33bea75bb3fdfd99dbcd5ca25f2d61a)
*
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py
> Ranger Admin Install fails with an Attribute Error
> --------------------------------------------------
>
> Key: AMBARI-10686
> URL: https://issues.apache.org/jira/browse/AMBARI-10686
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Fix For: 2.1.0
>
>
> navigated through Ambari install wizard to install HDP. after install add
> ranger as a service (ranger db being Oracle). Ranger admin install fails with
> the below error:
> Here is the cluster where we noticed this: 172.22.72.225:8080. please help
> take a look
>
>
>
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py",
> line 74, in <module>
> RangerAdmin().execute()
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 214, in execute
> method(env)
> File
> "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py",
> line 37, in install
> self.configure(env)
> File
> "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py",
> line 70, in configure
> setup_ranger_admin()
> File
> "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py",
> line 29, in setup_ranger_admin
> check_db_connnection()
> File
> "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py",
> line 99, in check_db_connnection
> Logger.info(ex)
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/logger.py", line
> 65, in info
> Logger.logger.info(Logger.filter_text(text))
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/logger.py", line
> 98, in filter_text
> text = text.replace(placeholder, '')
> AttributeError: 'Fail' object has no attribute 'replace'
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)