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/03/15 13:29:03 UTC

svn commit: r1735068 - in /uima/sandbox/uima-ducc/trunk: src/main/resources/default.ducc.properties uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex

Author: burn
Date: Tue Mar 15 12:29:03 2016
New Revision: 1735068

URL: http://svn.apache.org/viewvc?rev=1735068&view=rev
Log:
UIMA-4711 Update DB entries in docs

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1735068&r1=1735067&r2=1735068&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties Tue Mar 15 12:29:03 2016
@@ -521,14 +521,13 @@ ducc.process.thread.sleep.time=3000
 ducc.flow-controller.specifier=org.apache.uima.ducc.FlowController
 
 
-# database
+# DATABASE PROPERTIES
 
+# Name of the database host - default is to not use a database
+# May be overridden in site.ducc.properties by ducc_post_install
 ducc.database.host            = --disabled--
 
-# Name of the database with active state. Svc registry, etc.
-ducc.database.url             = ${ducc.head}
-
-# Database JMX host. Further Cassandra configuration (not recommended) is necessary to support other than "localhost".
+# Database JMX host. Default is to allow only local JMX access.  Specify the real name for remote access.
 ducc.database.jmx.host = localhost
 # Database JMX port.
 ducc.database.jmx.port = 7199

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex?rev=1735068&r1=1735067&r2=1735068&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex Tue Mar 15 12:29:03 2016
@@ -106,7 +106,7 @@ ducc_submit --specification 1.job --proc
     For example, to set the maximum number of open files allowed in any job process, specify 
     an environment similar to this when submitting the job:
 \begin{verbatim}
-     ducc_submit .... --environment="DUCC_RLIMT_NOFILE=1024" ...
+     ducc_submit .... --environment="DUCC_RLIMIT_NOFILE=1024" ...
 \end{verbatim}
     
     \section{Command  Line Forms}

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=1735068&r1=1735067&r2=1735068&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 Tue Mar 15 12:29:03 2016
@@ -229,7 +229,7 @@
        \item[ducc.broker.name] \hfill \\
          This is the internal name of the broker, used to locate Broker's MBean in JMX Registry. 
          It is NOT related to any node name. When using the ActiveMQ distribution supplied with 
-         DUCC it should always be set to "localhost".  The default should be changed only by
+         DUCC it should always be set to ``localhost''.  The default should be changed only by
          administrators familiar with ActiveMQ configuration.
          \begin{description}
            \item[Default] localhost 
@@ -1630,11 +1630,19 @@
           \item[Type] Tuning
         \end{description} 
 
+      \item[ducc.database.jmx.host] \hfill \\
+        This is the name of the database host for JMX access.  If it is ``localhost'' then only local
+        JMX access is supported.  If it is set to the real name of the database host then remote JMX
+        access is possible.
+        \begin{description}
+          \item[Default Value] localhost
+          \item[Type] Tuning
+        \end{description} 
+
       \item[ducc.database.jmx.port] \hfill \\
-        This is the JMX port used by the database.  Normally it need not be changed.  This
-        port is ONLY available on the host where the database runs.  To allow access from
-        other hosts, check the Cassandra documentation.  DUCC only directly supports
-        access from the configured database host.
+        This is the JMX port used by the database.  Normally it need not be changed. 
+        It is set via the cassandra-env.sh script so must not be in the range of values used by the
+        other daemons, i.e. values just above {\em ducc.jmx.port}.
         \begin{description}
           \item[Default Value] 7199
           \item[Type] Tuning
@@ -1643,7 +1651,7 @@
       \item[ducc.database.mem.heap] \hfill \\
         This is the value used to set {\em Xmx and Xms} when the database starts.  The
         Cassandra database makes an attempt to determine the best value of this.  The
-        default is one-half of real memory, up to a maximum of 8G.  It is reccomended that
+        default is one-half of real memory, up to a maximum of 8G.  It is recommended that
         the default be used.  However, small installations may reduce this to as little
         as 512M.  Note that both Xmx and Xms are set.
         \begin{description}
@@ -1656,7 +1664,7 @@
         In general, the default is correct.  If you're not familiar with Java's memory
         management it is safest to not modify this.
         \begin{description}
-          \item[Default Value] 100M
+          \item[Default Value] Determined by Cassandra.
           \item[Type] Tuning
         \end{description}