[
https://issues.apache.org/jira/browse/AMBARI-9696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329801#comment-14329801
]
Hudson commented on AMBARI-9696:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #1827 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1827/])
AMBARI-9696. RU - Ranger does not advertise a version (alejandro) (afernandez:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=225afe35c7ef9d0cef44bcb08f6eaebcdc980202)
* ambari-server/src/test/python/stacks/2.2/configs/ranger-admin-upgrade.json
*
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/params.py
* ambari-server/src/test/python/stacks/2.2/RANGER/test_ranger_admin.py
*
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/upgrade.py
* ambari-server/src/test/python/stacks/2.2/RANGER/test_ranger_usersync.py
*
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py
* ambari-server/src/test/python/stacks/2.2/configs/ranger-usersync-upgrade.json
*
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_usersync.py
> RU - Ranger does not advertise a version
> ----------------------------------------
>
> Key: AMBARI-9696
> URL: https://issues.apache.org/jira/browse/AMBARI-9696
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Alejandro Fernandez
> Assignee: Alejandro Fernandez
> Fix For: 2.0.0
>
> Attachments: AMBARI-9696.patch
>
>
> Impact: Prevents RU from completing successfully
> Frequency: 100%
> STR:
> * Installed a 3-node cluster with ambari build #427
> * Installed HDP 2.2.2.0-2398 on centos 6
> * Added HDFS and ZK
> * Added Namenode HA
> * Add Ranger
> * Kerberized the cluster
> * Registered repo HDP 2.2.2.0-2399
> * Performed a RU
> This does not contain fix AMBARI-9683, so some components have a
> stale/incorrect version.
> However, the Ranger service does not have the capacity to advertise a version
> like the rest of the services.
> {code}
> ambari=> select component_name, host_name, version FROM hostcomponentstate
> WHERE version NOT LIKE '%99%' ORDER BY host_name, component_name;
> component_name | host_name | version
> -------------------+-------------------------+--------------
> KERBEROS_CLIENT | c6401.ambari.apache.org | 2.2.2.0-2398
> METRICS_MONITOR | c6401.ambari.apache.org | 2.2.2.0-2398
> RANGER_ADMIN | c6401.ambari.apache.org | UNKNOWN
> RANGER_USERSYNC | c6401.ambari.apache.org | UNKNOWN
> ZKFC | c6401.ambari.apache.org | 2.2.2.0-2398
> KERBEROS_CLIENT | c6402.ambari.apache.org | 2.2.2.0-2398
> METRICS_MONITOR | c6402.ambari.apache.org | 2.2.2.0-2398
> MYSQL_SERVER | c6402.ambari.apache.org | 2.2.2.0-2398
> ZKFC | c6402.ambari.apache.org | 2.2.2.0-2398
> KERBEROS_CLIENT | c6403.ambari.apache.org | 2.2.2.0-2398
> METRICS_COLLECTOR | c6403.ambari.apache.org | 2.2.2.0-2398
> METRICS_MONITOR | c6403.ambari.apache.org | 2.2.2.0-2398
> {code}
> This can be reproduced with just Ranger, and does not need a kerberized
> cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)