You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Attila Magyar (JIRA)" <ji...@apache.org> on 2019/05/06 08:59:00 UTC

[jira] [Created] (AMBARI-25273) Ambari-server 2.7.3 uninstall removes ambari-python-wrap even when agent is still installed

Attila Magyar created AMBARI-25273:
--------------------------------------

             Summary: Ambari-server 2.7.3 uninstall removes ambari-python-wrap even when agent is still installed
                 Key: AMBARI-25273
                 URL: https://issues.apache.org/jira/browse/AMBARI-25273
             Project: Ambari
          Issue Type: Task
          Components: ambari-server
    Affects Versions: 2.7.3
            Reporter: Attila Magyar
            Assignee: Attila Magyar
             Fix For: 2.7.4


There is a erroneous equal sign in the following expression:

{code}
AMBARI_AGENT_ROOT_DIR=="${ROOT}/usr/lib/ambari-agent"
{code}

in /var/lib/ambari-server/install-helper.sh. The double equal sign causes the AMBARI_AGENT_ROOT_DIR to be evaluated to "=/usr/lib/ambari-agent" (note the leading =).



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