You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2016/07/20 11:39:06 UTC

svn commit: r1753488 - /uima/uima-ducc/trunk/src/main/resources/default.ducc.properties

Author: degenaro
Date: Wed Jul 20 11:39:05 2016
New Revision: 1753488

URL: http://svn.apache.org/viewvc?rev=1753488&view=rev
Log:
UIMA-4966 UIMA-DUCC Prepare for 2.1 Release

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

Modified: uima/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1753488&r1=1753487&r2=1753488&view=diff
==============================================================================
--- uima/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/uima-ducc/trunk/src/main/resources/default.ducc.properties Wed Jul 20 11:39:05 2016
@@ -32,20 +32,19 @@
 #   and a sample called ducc.classes has been provided in DUCC_HOME/resources.
 #
 #   Node definitions are by default taken from ducc.nodes but this may be overridden
-#   with the -n option on start_ducc
+#   with the -n option on start_ducc.
 #
-#   For a new installation the first two entries below MUST be modified.
+#   The first two entries here are customized in site.ducc.properties by ducc_post_install.
 #
 # ====================================================================================
 
-
-# Identify the node where DUCC runs. Updated by ducc_post_install. 
+# The name of the node where DUCC runs.
 ducc.head = <head-node>
 
-# Name the JVM.  Updated by ducc_post_install
+# The full name of the Java command.
 ducc.jvm  = <full-path-to-java-command>
 
-# The name of the cluster as shown by the Web Server
+# The name of the cluster as shown by the Web Server.
 ducc.cluster.name=Apache UIMA-DUCC
 
 # Specify location of private resources directory.  UIMA-3892