Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 497AC10713 for ; Fri, 1 Nov 2013 01:08:39 +0000 (UTC) Received: (qmail 82323 invoked by uid 500); 1 Nov 2013 01:08:39 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 82250 invoked by uid 500); 1 Nov 2013 01:08:39 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 82243 invoked by uid 99); 1 Nov 2013 01:08:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 01:08:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DCACB6F5C; Fri, 1 Nov 2013 01:08:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mahadev@apache.org To: ambari-commits@incubator.apache.org Message-Id: <04096a86ffd74d73ab0dbe5b3713fb90@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Revert "AMBARI-3599. MySQL install has error but task completes successfully (Dmytro Shkvyra via dlysnichenko)" Date: Fri, 1 Nov 2013 01:08:38 +0000 (UTC) Updated Branches: refs/heads/trunk 895fd88ec -> c864766af Revert "AMBARI-3599. MySQL install has error but task completes successfully (Dmytro Shkvyra via dlysnichenko)" This reverts commit 6dcda0d511b979608cf528a1a31edf24f8d02981. Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/c864766a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/c864766a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/c864766a Branch: refs/heads/trunk Commit: c864766af610ea1807e0a46a66f836169ebc940d Parents: 895fd88 Author: Mahadev Konar Authored: Thu Oct 31 18:10:40 2013 -0700 Committer: Mahadev Konar Committed: Thu Oct 31 18:10:40 2013 -0700 ---------------------------------------------------------------------- .../src/main/puppet/modules/hdp-mysql/files/addMysqlUser.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c864766a/ambari-agent/src/main/puppet/modules/hdp-mysql/files/addMysqlUser.sh ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-mysql/files/addMysqlUser.sh b/ambari-agent/src/main/puppet/modules/hdp-mysql/files/addMysqlUser.sh index 4789a21..8c12260 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-mysql/files/addMysqlUser.sh +++ b/ambari-agent/src/main/puppet/modules/hdp-mysql/files/addMysqlUser.sh @@ -27,7 +27,6 @@ mysqldbhost=$4 myhostname=$(hostname -f) service $mysqldservice start -set -e echo "Adding user $mysqldbuser@$mysqldbhost and $mysqldbuser@localhost" mysql -u root -e "CREATE USER '$mysqldbuser'@'$mysqldbhost' IDENTIFIED BY '$mysqldbpasswd';" mysql -u root -e "CREATE USER '$mysqldbuser'@'localhost' IDENTIFIED BY '$mysqldbpasswd';"