Repository: ambari Updated Branches: refs/heads/trunk 4482d2ccd -> 6cd446efe
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/6cd446ef Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6cd446ef Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6cd446ef Branch: refs/heads/trunk Commit: 6cd446efe364ed86d00172ada4a9eab37435b8ec Parents: 4482d2c Author: Alejandro Fernandez <[email protected]> Authored: Fri Oct 31 16:22:35 2014 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Fri Oct 31 16:22:35 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/6cd446ef/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 93eede5..7eb0838 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',
