فهرست منبع

AMBARI-8059. Flume Start is failing with pid returned 1 (alejandro)

Alejandro Fernandez 10 سال پیش
والد
کامیت
6cd446efe3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      ambari-server/src/test/python/stacks/2.0.6/FLUME/test_flume.py

+ 2 - 2
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',