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/12/03 19:13:26 UTC

svn commit: r1547507 - /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-submit.tex

Author: challngr
Date: Tue Dec  3 18:13:25 2013
New Revision: 1547507

URL: http://svn.apache.org/r1547507
Log:
UIMA-3472 Clean up overfull and underfull box warnings.

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-submit.tex

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-submit.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-submit.tex?rev=1547507&r1=1547506&r2=1547507&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-submit.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/ducc-submit.tex Tue Dec  3 18:13:25 2013
@@ -59,10 +59,12 @@
              for both the Job Driver and each Job Process. If not specified the CLASSPATH found by the underlying
              {\tt DuccJobSubmit.main()} method is used.
 
+           \begin{sloppypar}
            \item[$--$classpath\_order {[user-before-ducc $|$ ducc-before-user]} ]
              When DUCC deploys a process, set the user-supplied CLASSPATH before DUCC-supplied
              CLASSPATH, or the reverse. The default is ducc-before-user.
-             
+           \end{sloppypar}
+           
            \item[$--$debug] Enable debugging messages. This is primarily for debugging DUCC itself.
 
            \item[$--$description {[text]}] The text is any string used to describe the job. It is
@@ -104,13 +106,14 @@
 %"--process\_environment TERM=xterm DISPLAY=:1.0 DUCC\_LD\_LIBRARY\_PATH=/my/own/
 %            \end{verbatim}
 
+           \begin{sloppypar}
            \item[$--$driver\_exception\_handler {[classname]}] This specifies a developer-supplied
              exception handler for the Job Driver.  It must
              implement org.apache.uima.ducc.common.jd.plugin.IJdProcessExceptionHandler or extend
              org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler.  A default
              handler is provided.
-
-
+           \end{sloppypar}
+           
            \item[$--$driver\_jvm\_args {[list]} ]
 
              This specifies extra JVM arguments to be provided to the Job Driver process. It is a blank delimited 
@@ -121,15 +124,18 @@
 
              Note: When used as a CLI option, the list must usually be
              quoted to protect it from the shell.
-             
+
            \item[$--$environment {[env vars]}] Blank-delimited list of environment variable
              assignments. If specified, this is used for all DUCC processes in the job. Example:
-             \begin{verbatim}
+\begin{verbatim}
 --environment TERM=xterm DISPLAY=:1.0
-             \end{verbatim}
+\end{verbatim}
              
              Additional entries may be copied from the user's environment based on the setting of
-             ducc.submit.environment.propagated in the global DUCC configuration ducc.properties.
+\begin{verbatim}
+ducc.submit.environment.propagated
+\end{verbatim}
+             in the global DUCC configuration ducc.properties.
 
              Note: When used as a CLI option, the environment string must usually be
              quoted to protect it from the shell.
@@ -164,6 +170,7 @@
              machines, sub-directory and file names are generated by DUCC and may 
              not be directly specified. 
 
+           \begin{sloppypar}
            \item[$--$process\_DD {[DD descriptor]}  ]
 
              This specifies a UIMA Deployment Descriptor for the job processes for DD-style jobs. 
@@ -174,6 +181,7 @@
              \begin{verbatim}
 --process_DD /home/billy/resource/DD_foo.xml 
              \end{verbatim}
+           \end{sloppypar}
 
            \item[$--$process\_debug {[debug-port]}] Append JVM debug flags to the JVM
              arguments to start the Job Process in remote debug mode.  The remote process will start
@@ -202,13 +210,15 @@
              \end{verbatim}
 
 
+           \begin{sloppypar}
            \item[$--$process\_descriptor\_AE\_overrides {[list]}  ]
 
              This specifies AE overrides. It is a comma-delimited list of name/value pairs. Example: 
              \begin{verbatim}
 --process_descriptor_AE_Overrides name1=value1,name2=value2 
              \end{verbatim}
-             
+           \end{sloppypar}             
+
            \item[$--$process\_descriptor\_CC {[descriptor]}  ]
 
              This specifies the CAS Consumer descriptor to be deployed in the Job Processes. This 
@@ -218,14 +228,16 @@
              \begin{verbatim}
 --process_descriptor_CC /home/billy/resourceCCE_foo.xml 
              \end{verbatim}
-             
+
+           \begin{sloppypar}             
            \item[$--$process\_descriptor\_CC\_overrides {[list]}  ]
 
              This specifies CC overrides. It is a comma-delimited list of name/value pairs. Example: 
              \begin{verbatim}
 --process_descriptor_CC_overrides name1=value1,name2=value2 
              \end{verbatim}
-             
+           \end{sloppypar}             
+           
            \item[$--$process\_descriptor\_CM {[descriptor]} ]
 
              This specifies the CAS Multiplier descriptor to be deployed in the Job Processes. This 
@@ -236,13 +248,15 @@
 --process_descriptor_CM /home/billy/resource/CM_foo.xml 
              \end{verbatim}
 
+           \begin{sloppypar}             
            \item[$--$process\_descriptor\_CM\_overrides {[list]}  ]
 
              This specifies CM overrides. It is a comma-delimited list of name/value pairs. Example: 
-             \begin{verbatim}
+\begin{verbatim}
 --process_descriptor_CM_overrides name1=value1,name2=value2 
 \end{verbatim}
-             
+           \end{sloppypar}
+           
            \item[$--$process\_failures\_limit {[integer]} ]
 
              This specifies the maximum number of individual Job Process (JP) failures allowed
@@ -306,13 +320,15 @@
              \end{verbatim}
           
 
+           \begin{sloppypar}             
            \item[$--$service\_dependency{[list]}] This specifies a comma-delimited list of services the job
              processes are dependent upon. Service dependencies are discussed in detail
              \hyperref[sec:service.endpoints]{here}. Example:
 \begin{verbatim}
---service_dependency UIMA-AS:RandomSleepAE:tcp:bluej682:61616 UIMA-AS:OtherEp:tcp:bluej123:123 
+--service_dependency UIMA-AS:Service1:tcp:host1:61616 UIMA-AS:Service2:tcp:host2:123 
 \end{verbatim}
-
+           \end{sloppypar}
+           
            \item[$--$specification, $-$f {[file]}  ]
 
              All the parameters used to submit a job may be placed in a standard Java properties file.