[
https://issues.apache.org/jira/browse/AMBARI-12689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680328#comment-14680328
]
Hudson commented on AMBARI-12689:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3252 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3252/])
AMBARI-12689. YARN NodeManager Health alert fails when kinit path is
customized.(vbrodetskyi) (vbrodetskyi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=4a9f2c2e99947a6b1130d6df6e09b2b52343d08e)
*
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/alerts/alert_checkpoint_time.py
*
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/alerts/alert_ha_namenode_health.py
*
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/alerts/alert_nodemanager_health.py
*
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/alerts/alert_nodemanagers_summary.py
> YARN NodeManager Health alert fails when kinit path is customized
> -----------------------------------------------------------------
>
> Key: AMBARI-12689
> URL: https://issues.apache.org/jira/browse/AMBARI-12689
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.1
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Blocker
> Fix For: 2.1.1
>
> Attachments: AMBARI-12689.patch
>
>
> The Yarn NodeManager Health alert fails when kinit path is customized. This
> is due to a failure to pass the kinit search paths appropriately:
> {code:title=common-services/YARN/2.1.0.2.0/package/alerts/alert_nodemanager_health.py:148}
> url_response, error_msg, time_millis = curl_krb_request(env.tmp_dir,
> kerberos_keytab, kerberos_principal,
> query, "nm_health_alert", None, False, "NodeManager Health",
> smokeuser,
> connection_timeout=curl_connection_timeout)
> {code}
> Note the 6th parameter is {{None}} when it should contain the relevant search
> paths.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)