You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by am...@apache.org on 2019/05/07 09:50:11 UTC

[ambari] branch branch-2.7 updated: AMBARI-25273. Ambari-server 2.7.3 uninstall removes ambari-python-wrap even when agent is still installed (amagyar) (#2965)

This is an automated email from the ASF dual-hosted git repository.

amagyar pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 4c2748b  AMBARI-25273. Ambari-server 2.7.3 uninstall removes ambari-python-wrap even when agent is still installed (amagyar) (#2965)
4c2748b is described below

commit 4c2748b42a9458ff9d4b646383273a78248e2d3e
Author: Attila Magyar <am...@hortonworks.com>
AuthorDate: Tue May 7 11:50:01 2019 +0200

    AMBARI-25273. Ambari-server 2.7.3 uninstall removes ambari-python-wrap even when agent is still installed (amagyar) (#2965)
---
 ambari-server/conf/unix/install-helper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/conf/unix/install-helper.sh b/ambari-server/conf/unix/install-helper.sh
index bd0efb7..3613e90 100644
--- a/ambari-server/conf/unix/install-helper.sh
+++ b/ambari-server/conf/unix/install-helper.sh
@@ -29,7 +29,7 @@ OLD_PYLIB_PATH="${ROOT}/usr/lib/python2.6/site-packages"
 OLD_PY_MODULES="ambari_commons;resource_management;ambari_jinja2;ambari_simplejson;ambari_server"
 
 AMBARI_SERVER_ROOT_DIR="${ROOT}/usr/lib/${AMBARI_UNIT}"
-AMBARI_AGENT_ROOT_DIR=="${ROOT}/usr/lib/ambari-agent"
+AMBARI_AGENT_ROOT_DIR="${ROOT}/usr/lib/ambari-agent"
 AMBARI_SERVER="${AMBARI_SERVER_ROOT_DIR}/lib/ambari_server"
 
 CA_CONFIG="${ROOT}/var/lib/${AMBARI_UNIT}/keys/ca.config"