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

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

    [ https://issues.apache.org/jira/browse/AMBARI-22785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16328856#comment-16328856 ] 

Hudson commented on AMBARI-22785:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8610 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8610/])
AMBARI-22785: added force_tcp option to KRB5 configuration template so (smolnar: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=90b1438d2908d784ace4064b2a5b340798bf8663])
* (edit) ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-30/configuration/krb5-conf.xml
* (edit) ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/package/scripts/params.py
* (edit) ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-30/package/scripts/params.py
* (edit) ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/package/scripts/params.py
* (edit) ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/properties/krb5_conf.j2
* (edit) ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-30/properties/krb5_conf.j2
* (edit) ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/configuration/krb5-conf.xml
* (edit) ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/configuration/krb5-conf.xml
* (edit) ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/properties/krb5_conf.j2


> 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
>            Priority: Major
>              Labels: kerberos, pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)