You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2015/08/10 15:41:46 UTC

[jira] [Created] (AMBARI-12689) YARN NodeManager Health alert fails when kinit path is customized

Vitaly Brodetskyi created AMBARI-12689:
------------------------------------------

             Summary: 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


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)