You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2016/04/04 22:07:35 UTC

svn commit: r1737740 - /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex

Author: burn
Date: Mon Apr  4 20:07:35 2016
New Revision: 1737740

URL: http://svn.apache.org/viewvc?rev=1737740&view=rev
Log:
UIMA-4745 Fix some property descriptions; drop old ones

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex?rev=1737740&r1=1737739&r2=1737740&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex Mon Apr  4 20:07:35 2016
@@ -325,6 +325,15 @@
            \item[Type] Local 
          \end{description}
 
+       \item[ducc.local.jars] \hfill \\
+         This may be used to list site-specific jars that are required by local
+         customizations, e.g. authentication.  The value must be a blank-delimited list of jars
+         relative to the {\em DUCC\_HOME/lib} directory.
+         \begin{description}
+           \item[Default] (unconfigured) 
+           \item[Type] Local
+         \end{description}
+
        \item[ducc.node.min.swap.threshold] \hfill \\
          Specify a minimum amount of free swap space available on a node.
          If an agent detects free swap space dipping below the value defined
@@ -404,18 +413,10 @@
            \item[Type] Tuning 
          \end{description}
 
-       \item[ducc.security.directory] \hfill \\
-        By default DUCC employs
-        
-        \begin{verbatim}
-        <user.home>
-        \end{verbatim}
-        as the user's security directory.
-        When ducc.security.home is specified, DUCC will instead employ
-        
-        \begin{verbatim}
-        <ducc.security.home>/<user.name>.
-        \end{verbatim}
+       \item[ducc.security.home] \hfill \\
+         This directory holds the encryption keys used for request validation.
+         By default DUCC employs {\em \$\{user.home\}} as the user's security directory.
+         When ducc.security.home is specified, DUCC will instead employ {\em \$\{ducc.security.home\}/\$\{user.name\}}
          \begin{description}
            \item[Default] (unconfigured) 
            \item[Type] Local
@@ -677,29 +678,6 @@
             \item[Type] Tuning 
           \end{description}
 
-        \item[ducc.jd.queue.prefix] \hfill \\
-          This is a human-readable string used to form queue names for the JMS
-          queues used to pass CASs from the Job Driver to the Job Processes.
-          The completed queue named comprises the prefix concatenated with the
-          DUCC assigned Job number.
-          \begin{description}
-            \item[Default Value] ducc.jd.queue. 
-            \item[Type] Private 
-          \end{description}
-          
-
-        \item[ducc.jd.queue.timeout.minutes] \hfill \\
-         After dispatching a work item to UIMA-AS client for processing, the
-         number of minutes that the Job Driver will wait for two callbacks
-         (queued and assigned) before considering the work item lost. The
-         elapsed time for the callbacks is normally sub-second. Intermittent
-         network problems may cause unusual spikes.
-          \begin{description}
-            \item[Default Value] 5
-            \item[Type] Tuning 
-          \end{description}
-
-
         \item[ducc.jd.share.quantum] \hfill \\
           When CGroups are enabled, this is the RSS, in MB, that is reserved for each JD process, and enforced
           by the CGroup support.  Larger JDs are permitted, but the CGroup support will force the excess
@@ -1752,7 +1730,7 @@ org.apache.uima.ducc.transport.event.com
 org.apache.uima.ducc.database.HistoryManagerDb
 \end{verbatim}
 
-        The first value causes job history to be stroed in {\tt DUCC\_HOME/history}
+        The first value causes job history to be stored in {\tt DUCC\_HOME/history}
         and the Orchestrator checkpoint to be stored in {\tt DUCC\_HOME/orchestrator.ckpt}.
 
         The second causes both history and checkpoint to be saved in the database.