You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/01/23 19:52:07 UTC

svn commit: r1437626 - /uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py

Author: challngr
Date: Wed Jan 23 18:52:07 2013
New Revision: 1437626

URL: http://svn.apache.org/viewvc?rev=1437626&view=rev
Log:
UIMA-2584
- Remove viz server from list of DUCC daemons to start.

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py

Modified: uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py?rev=1437626&r1=1437625&r2=1437626&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py Wed Jan 23 18:52:07 2013
@@ -721,7 +721,7 @@ class DuccUtil:
         self.broker_protocol = 'tcp'
         self.broker_host = 'localhost'
         self.broker_port = '61616'
-        self.default_components = ['rm', 'pm', 'sm', 'or', 'ws', 'viz', 'broker']
+        self.default_components = ['rm', 'pm', 'sm', 'or', 'ws', 'broker']
         self.default_nodefiles = [self.DUCC_HOME + '/resources/ducc.nodes']
         self.propsfile = self.DUCC_HOME + '/resources/ducc.properties'
         self.localhost = os.uname()[1]