You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/06/05 02:11:37 UTC

[jira] [Commented] (AMBARI-11695) Ambari RU should not perform 'yum install krb5-server' on ALL nodes during installing packages

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

Hadoop QA commented on AMBARI-11695:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12737614/AMBARI-11695.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 5 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in ambari-server:

                  org.apache.ambari.server.controller.internal.WidgetLayoutResourceProviderTest

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/3036//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/3036//console

This message is automatically generated.

> Ambari RU should not perform 'yum install krb5-server' on ALL nodes during installing packages
> ----------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-11695
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11695
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11695.patch
>
>
> During rolling upgrade in a secured cluster, ambari try to do 'yum install krb5-server' on all the nodes.
> It is not the first similar issue, and hardcoding every package in install_packages.py is a nightmare
> I've added a new tag skipUpgrade to service metainfo like:
> {code}
>             <package>
>               <name>ambari-metrics-collector</name>
>               <skipUpgrade>true</skipUpgrade>
>             </package>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)