You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Sandor Molnar (JIRA)" <ji...@apache.org> on 2018/01/15 14:10:00 UTC

[jira] [Created] (AMBARI-22785) Ambari should setup tcp preference in krb5.conf

Sandor Molnar created AMBARI-22785:
--------------------------------------

             Summary: Ambari should setup tcp preference in krb5.conf
                 Key: AMBARI-22785
                 URL: https://issues.apache.org/jira/browse/AMBARI-22785
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.2.1.1
            Reporter: Sandor Molnar
            Assignee: Sandor Molnar
             Fix For: 3.0.0


Ambari template should conditionally force to TCP by setting the following in the krb5.conf template if configured to do so:
{code:java}
{%- if force_tcp %}
  udp_preference_limit = 1
{%- endif -%}{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)