You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2017/10/12 18:31:00 UTC

[jira] [Created] (AMBARI-22224) host and hostname built-in variables are not populated when performing Kerberos-related operations

Robert Levas created AMBARI-22224:
-------------------------------------

             Summary: host and hostname built-in variables are not populated when performing Kerberos-related operations
                 Key: AMBARI-22224
                 URL: https://issues.apache.org/jira/browse/AMBARI-22224
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.4.0
            Reporter: Robert Levas
            Assignee: Robert Levas
             Fix For: 2.6.0


The host and hostname built-in variables are not populated when performing Kerberos-related operations.  These variables may be used like 

{code}
service-${host}
{code}

If the current host being processed is host1.example.com, the value should be converted to

{code}
service-host1.example.com
{code}





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)