Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95DC4116BF for ; Wed, 18 Jun 2014 15:20:31 +0000 (UTC) Received: (qmail 43963 invoked by uid 500); 18 Jun 2014 15:20:31 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 43939 invoked by uid 500); 18 Jun 2014 15:20:31 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 43930 invoked by uid 99); 18 Jun 2014 15:20:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 15:20:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2B14E83BB76; Wed, 18 Jun 2014 15:20:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aonishuk@apache.org To: commits@ambari.apache.org Message-Id: <8fb611cb71ae40ac9d4b6b2558b1cd0c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-6076. Ambari server is not starting after upgrade (aonishuk) Date: Wed, 18 Jun 2014 15:20:31 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk c6d86439f -> 87da5f323 AMBARI-6076. Ambari server is not starting after upgrade (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/87da5f32 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/87da5f32 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/87da5f32 Branch: refs/heads/trunk Commit: 87da5f323ca09b22542ef23465cc6c1add43b14e Parents: c6d8643 Author: Andrew Onishuk Authored: Wed Jun 18 18:20:13 2014 +0300 Committer: Andrew Onishuk Committed: Wed Jun 18 18:20:13 2014 +0300 ---------------------------------------------------------------------- ambari-server/conf/unix/install-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/87da5f32/ambari-server/conf/unix/install-helper.sh ---------------------------------------------------------------------- diff --git a/ambari-server/conf/unix/install-helper.sh b/ambari-server/conf/unix/install-helper.sh index bbe6904..740c2cc 100644 --- a/ambari-server/conf/unix/install-helper.sh +++ b/ambari-server/conf/unix/install-helper.sh @@ -29,7 +29,7 @@ do_install(){ # setting ambari_commons shared resource rm -rf "$OLD_COMMON_DIR" if [ ! -d "$COMMON_DIR" ]; then - ln -s "$COMMON_DIR_AGENT" "$COMMON_DIR" + ln -s "$COMMON_DIR_SERVER" "$COMMON_DIR" fi # setting python-wrapper script if [ ! -f "$PYTHON_WRAPER_TARGET" ]; then