You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2013/12/17 17:53:19 UTC

svn commit: r1551621 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: eae
Date: Tue Dec 17 16:53:19 2013
New Revision: 1551621

URL: http://svn.apache.org/r1551621
Log:
UIMA-3402

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1551621&r1=1551620&r2=1551621&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Tue Dec 17 16:53:19 2013
@@ -276,8 +276,8 @@ ducc.orchestrator.http.port=19988
 # Node where OR is running. This is needed by CLI  to compose a URL to access OR jetty server
 ducc.orchestrator.http.node=${ducc.head}
 #------------------------------------------------------------------------------
-#ducc.orchestrator.unmanaged.reservations.accepted=true
-# EAE EAE EAE comment this
+# Specify if reserving an entire machine is allowed
+# This could be a bad idea when a cluster has very few, very large machines.
 ducc.orchestrator.unmanaged.reservations.accepted=true
 # ========== Orchestrator Configuration block ==========