[
https://issues.apache.org/jira/browse/AMBARI-21396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16072617#comment-16072617
]
Hadoop QA commented on AMBARI-21396:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12875522/AMBARI-21396.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-agent.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/11697//console
This message is automatically generated.
> /usr/sbin/ambari-agent missing after Ambari upgrade
> ---------------------------------------------------
>
> Key: AMBARI-21396
> URL: https://issues.apache.org/jira/browse/AMBARI-21396
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Fix For: 2.5.2
>
> Attachments: AMBARI-21396.patch
>
>
> STR:
> * Install Ambari 2.4.2
> * Upgrade to Ambari 2.5.2
> Result: `/usr/sbin/ambari-agent` missing, Agent can only be started as
> `service start ambari-agent`
>
>
> $ yum upgrade -y ambari-agent
> ...
> ---> Package ambari-agent.x86_64 0:2.4.2.0-163 will be updated
> ---> Package ambari-agent.x86_64 0:2.5.2.0-92 will be an update
> ...
> Updated:
> ambari-agent.x86_64 0:2.5.2.0-92
>
> Complete!
> $ ambari-agent start
> -bash: /usr/sbin/ambari-agent: No such file or directory
> $ which ambari-agent
> /usr/bin/which: no ambari-agent in
> (/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
>
> Works OK if installing from scratch:
>
>
> $ yum install -y ambari-agent
> ...
> ---> Package ambari-agent.x86_64 0:2.5.2.0-92 will be installed
> ...
> Installed:
> ambari-agent.x86_64 0:2.5.2.0-92
>
> Complete!
> $ which ambari-agent
> /usr/sbin/ambari-agent
>
> Also works OK with previous build:
>
>
> $ yum upgrade -y ambari-agent
> ...
> ---> Package ambari-agent.x86_64 0:2.4.2.0-163 will be updated
> ---> Package ambari-agent.x86_64 0:2.5.2.0-91 will be an update
> ...
> Updated:
> ambari-agent.x86_64 0:2.5.2.0-91
>
> Complete!
> $ which ambari-agent
> /usr/sbin/ambari-agent
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)