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 <[email protected]> Authored: Fri Oct 31 16:23:47 2014 -0700 Committer: Alejandro Fernandez <[email protected]> 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',
