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 2013/12/03 23:48:54 UTC

svn commit: r1547628 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook: common.tex part2/job-logs.tex part4/install.tex

Author: burn
Date: Tue Dec  3 22:48:54 2013
New Revision: 1547628

URL: http://svn.apache.org/r1547628
Log:
UIMA-3452 Change install instructions for untar step

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/common.tex
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/job-logs.tex
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/common.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/common.tex?rev=1547628&r1=1547627&r2=1547628&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/common.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/common.tex Tue Dec  3 22:48:54 2013
@@ -18,7 +18,7 @@
 % 
 % common macros in a single place
 % These are used in the main file, and in the stand-alone wrappers
-\newcommand{\distro}{apache-uima-ducc-0.8.0-SNAPSHOT.tgz}
+\newcommand{\distro}{apache-uima-ducc-1.0.0.tgz}
 \newcommand{\duccruntime}{\emph{ducc\_runtime}}
 \newcommand{\ducchome}{\$DUCC\_HOME}
 \newcommand{\todo}{{\sc \Large TODO:}  }

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/job-logs.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/job-logs.tex?rev=1547628&r1=1547627&r2=1547628&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/job-logs.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/job-logs.tex Tue Dec  3 22:48:54 2013
@@ -25,7 +25,7 @@
 \label{chap:job-logs}
 
 \paragraph{Overview}The DUCC logs are managed by Apache log4j.  The DUCC log4j configuration file is found in
-\duccruntime/log4j.xml. It is not in the scope of this document to describe log4j or its
+\duccruntime/resources/log4j.xml. It is not in the scope of this document to describe log4j or its
 configuration mechanism. Details on log4j can be found at \url{http://logging.apache.org/log4j}.
 
 The "user logs" are the Job Driver (JD) and Job Process (JP) logs. There is one log for each process 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex?rev=1547628&r1=1547627&r2=1547628&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex Tue Dec  3 22:48:54 2013
@@ -38,9 +38,9 @@ DUCC is distributed as a compressed tar 
 of this distribution media.  If building from source, the build creates this file in your svn
 trunk/target directory. The distribution file is in the form
 \begin{verbatim}
-   apache-uima-ducc-[version].tar.gz
+   uima-ducc-[version]-bin.tar.gz
 \end{verbatim}
-where [version] is the DUCC version; for example, {\em \distro}.  This document will refer to the distribution
+where [version] is the DUCC version; for example, {\em uima-ducc-1.0.0-bin.tar.gz}.  This document will refer to the distribution
 file as the ``$<$distribution.file$>$''.
 
 \section{Software Prerequisites}
@@ -165,19 +165,17 @@ workloads.
 tar -zxf <distribution.file>
 \end{verbatim}
 
-        This creates a directory with the same name as ``$<$distribution.file$>$'', without the trailing ``.tgz''.
+        This creates a directory with a name of the form ``apache-uima-ducc-<version>''.
   
-        This directory contains the full DUCC runtime in a sub-directory called \duccruntime.  (Note:
-        the version may be different according the the actual version of DUCC being installed.)
-
-      \item You may use the \duccruntime ``in place'' but it is highly recommended that you move it
+        This directory contains the full DUCC runtime which
+        you may use ``in place'' but it is highly recommended that you move it
         into a standard location; for example, ducc's HOME directory:
 \begin{verbatim}
-mv apache-uima-ducc-0.8.0-SNAPSHOT/ducc_runtime $HOME
+mv apache-uima-ducc-1.0.0 $HOME/ducc_runtime
 \end{verbatim}
 
         We refer to this directory, regardless of its location, as \duccruntime. For simplicity,
-        this document assumes it is moved to ducc's \$HOME/\duccruntime.
+        the examples in this document assume it has been moved to ducc's \$HOME/ducc_runtime.
 
       \item Change directories into the admin sub-directory of  \duccruntime: 
 \begin{verbatim}
@@ -288,8 +286,7 @@ bash-4.1$
   
   To submit a job,
   \begin{enumerate}
-    \item cd \duccruntime/examples/simple
-    \item \duccruntime/bin/ducc\_submit --specification 1.job
+    \item \duccruntime/bin/ducc\_submit --specification \duccruntime/examples/simple/1.job
     \end{enumerate}
     
     Open the browser in the DUCC jobs page.  You should see the job progress through a series of