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/05 18:38:29 UTC

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

Author: degenaro
Date: Tue Jul  5 18:38:29 2016
New Revision: 1751520

URL: http://svn.apache.org/viewvc?rev=1751520&view=rev
Log:
UIMA-5001 properties flag to disable use of ssh for "remote" daemons control

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

Modified: uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex?rev=1751520&r1=1751519&r2=1751520&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex (original)
+++ uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex Tue Jul  5 18:38:29 2016
@@ -468,6 +468,22 @@
          \end{description}
 
 
+       \item[ducc.ssh] \hfill \\
+         When set to "False" this property bypasses use of ssh.
+         
+         It is intended for use ONLY by DUCC developers. It allows developers of DUCC 
+         to simulate a multinode environment without the need for ssh to "remote" nodes
+         for a single host deployment. 
+         
+         Note: WARNING! Enabling this feature in a production DUCC system is a serious
+         distributed computing usability hinderance. It should only be set by DUCC developers 
+         for testing or demo purposes.
+         
+         \begin{description}            
+            \item[Default] True             
+            \item[Type] Local
+          \end{description}
+
         \item[ducc.signature.required] \hfill \\
           When set, the CLI signs each request so the Orchestrator can be sure the requestor is 
           actually who he claims to be.