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 61E2B17DB5 for ; Fri, 31 Oct 2014 23:24:03 +0000 (UTC) Received: (qmail 14685 invoked by uid 500); 31 Oct 2014 23:24:03 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 14655 invoked by uid 500); 31 Oct 2014 23:24:03 -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 14643 invoked by uid 99); 31 Oct 2014 23:24:03 -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, 31 Oct 2014 23:24:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0A7C092AAAA; Fri, 31 Oct 2014 23:24:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alejandro@apache.org To: commits@ambari.apache.org Message-Id: <958de9d45a4c463298de979af282280d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-8059. Flume Start is failing with pid returned 1 (alejandro) Date: Fri, 31 Oct 2014 23:24:03 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/branch-1.7.0 95a43d7b3 -> 76d9e7059 AMBARI-8059. Flume Start is failing with pid returned 1 (alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/76d9e705 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/76d9e705 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/76d9e705 Branch: refs/heads/branch-1.7.0 Commit: 76d9e70590fd89a8b731957c7de98bae12c1847c Parents: 95a43d7 Author: Alejandro Fernandez Authored: Fri Oct 31 16:23:47 2014 -0700 Committer: Alejandro Fernandez Committed: Fri Oct 31 16:23:47 2014 -0700 ---------------------------------------------------------------------- ambari-server/src/test/python/stacks/2.0.6/FLUME/test_flume.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/76d9e705/ambari-server/src/test/python/stacks/2.0.6/FLUME/test_flume.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.0.6/FLUME/test_flume.py b/ambari-server/src/test/python/stacks/2.0.6/FLUME/test_flume.py index 57234a3..355e566 100644 --- a/ambari-server/src/test/python/stacks/2.0.6/FLUME/test_flume.py +++ b/ambari-server/src/test/python/stacks/2.0.6/FLUME/test_flume.py @@ -56,7 +56,7 @@ class TestFlumeHandler(RMFTestCase): '--conf /etc/flume/conf/a1 ' '--conf-file /etc/flume/conf/a1/flume.conf ' '-Dflume.monitoring.type=ganglia ' - '-Dflume.monitoring.hosts=c6401.ambari.apache.org:8655"'), + '-Dflume.monitoring.hosts=c6401.ambari.apache.org:8655" &'), wait_for_finish = False) self.assertResourceCalled('Execute', 'pgrep -o -u flume -f ^/usr/jdk64/jdk1.7.0_45.*a1.* > /var/run/flume/a1.pid', @@ -274,7 +274,7 @@ class TestFlumeHandler(RMFTestCase): '--conf /etc/flume/conf/b1 ' '--conf-file /etc/flume/conf/b1/flume.conf ' '-Dflume.monitoring.type=ganglia ' - '-Dflume.monitoring.hosts=c6401.ambari.apache.org:8655"'), + '-Dflume.monitoring.hosts=c6401.ambari.apache.org:8655" &'), wait_for_finish = False) self.assertResourceCalled('Execute', 'pgrep -o -u flume -f ^/usr/jdk64/jdk1.7.0_45.*b1.* > /var/run/flume/b1.pid',