You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/12/04 19:22:18 UTC

svn commit: r1547870 - in /uima/sandbox/uima-ducc/trunk: README RELEASE_NOTES.html

Author: cwiklik
Date: Wed Dec  4 18:22:17 2013
New Revision: 1547870

URL: http://svn.apache.org/r1547870
Log:
UIMA-2881 Refactored to move content related to 1.0.0 release to RELEASE_NOTES and moved content related to DUCC project to README

Modified:
    uima/sandbox/uima-ducc/trunk/README
    uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html

Modified: uima/sandbox/uima-ducc/trunk/README
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/README?rev=1547870&r1=1547869&r2=1547870&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/README (original)
+++ uima/sandbox/uima-ducc/trunk/README Wed Dec  4 18:22:17 2013
@@ -29,13 +29,8 @@ Look for the result in the two artifacts
 
 For more details, please see http://uima.apache.org/building-uima.html   
 
-2. What's New in 1.0.0?
-====================== 
-  
-UIMA DUCC 1.0.0 is the first Apache release. For up-to-date information on UIMA-DUCC 
-issues, see our issue tracker: http://issues.apache.org/jira/browse/UIMA-2663?jql=project%20%3D%20UIMA%20AND%20component%20&3D%20ORDER%20BY%20priority%20DESC
    
-3. Contents of Apache UIMA DUCC binary distribution
+2. Contents of Apache UIMA DUCC binary distribution
 --------------------------------------------------
 
 The Apache UIMA DUCC binary distribution includes
@@ -73,12 +68,12 @@ The Apache UIMA DUCC binary distribution
   resources/ - contains ducc configuration files
   
   
-4. Installation and Setup
+3. Installation and Setup
 =========================
 
 Please refer to docs/installation.pdf for installation instructions.
 
-4.1 Supported Platforms
+3.1 Supported Platforms
 -----------------------
 
 UIMA-DUCC has been tested with Sun Java 6 as well as IBM Java 6 on Linux. The cluster of machines DUCC manages
@@ -86,25 +81,27 @@ must all be running a reasonably current
 . 
 
 
-5. Known problems/limitations with Release 1.0.0
-================================================
-
-a) Chapter 13.3 States: "Because non-preemptable allocations can’t be
-   preempeted, work submitted to a class implementing one of the non-
-   preemptable policies (FIXED or RESERVE) are never allowed to “squat” in other
-   nodepools and are only scheduled on nodes in their proper nodepool."
-
-   There are some situations where in fact, FIXED jobs can be scheduled into
-   nodepools which are subsets of the nodepool the FIXED class is defined over.
-   While technically a bug, there are also use cases for this behavior,
-   especially on large systems.  If this causes problems, usually classes
-   can be reconfigured to bypass the issue  The behavior is to be 
-   addressed in a future release.
+4. Known problems/limitations 
+=============================
 
-b) By default, we dont build DUCC documentation when doing mvn clean install. Building
+a) By default, we dont build DUCC documentation when doing mvn clean install. Building
    docs requires LATEX installed which is a considerable download (over 1 Gig).
    
 
+5. How to Get Involved
+======================
+The Apache UIMA project really needs and appreciates any contributions, 
+including documentation help, source code and feedback.  If you are interested
+in contributing, please visit 
+http://uima.apache.org/get-involved.html
+
+6. How to Report Issues
+=======================
+The Apache UIMA project uses JIRA for issue tracking.  Please report any 
+issues you find at  http://issues.apache.org/jira/browse/uima
+  
+
+
 Crypto Notice
 -------------
 

Modified: uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html?rev=1547870&r1=1547869&r2=1547870&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html (original)
+++ uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html Wed Dec  4 18:22:17 2013
@@ -30,8 +30,7 @@
 <a href="#what.is.uima-ducc">1. What is UIMA-DUCC?</a><br/>
 <a href="#major.changes">2. Major Changes in this Release</a><br/>
 <a href="#get.involved">3. How to Get Involved</a><br/>
-<a href="#report.issues">4. How to Report Issues</a><br/>
-<a href="#list.issues">5. List of JIRA Issues Fixed in this Release</a>
+<a href="#known.issues">4. Known problems with Release 1.0.0</a><br/>
 </p>  
    
 <h2><a name="what.is.uima-ducc">1. What is UIMA-DUCC?</a></h2>
@@ -49,30 +48,33 @@ provides cluster management services to 
       
 <h2><a name="major.changes">2. Major Changes in this Release</a></h2>
 <p>
-Please see the <a href="README">README</a> for this information. 
+UIMA DUCC 1.0.0 is the first Apache release. For up-to-date information on UIMA-DUCC 
+issues, see our issue tracker: 
+
+<a href="http://issues.apache.org/jira/browse/UIMA-2663?jql=project%20%3D%20UIMA%20AND%20component%20&3D%20ORDER%20BY%20priority%20DESC">
+http://issues.apache.org/jira/browse/UIMA-2663?jql=project%20%3D%20UIMA%20AND%20component%20&3D%20ORDER%20BY%20priority%20DESC</a>
+
 </p> 
   
-  
-<h2><a name="get.involved">3. How to Get Involved</a></h2>
-<p>
-The Apache UIMA project really needs and appreciates any contributions, 
-including documentation help, source code and feedback.  If you are interested
-in contributing, please visit 
-<a href="http://uima.apache.org/get-involved.html">
-  http://uima.apache.org/get-involved.html</a>.
-</p>
-  
-<h2><a name="report.issues">4. How to Report Issues</a></h2>
+<h2><a name="list.issues">3. List of JIRA Issues Fixed in this Release</a></h2>
 <p>
-The Apache UIMA project uses JIRA for issue tracking.  Please report any 
-issues you find at 
-<a href="http://issues.apache.org/jira/browse/uima">http://issues.apache.org/jira/browse/uima</a>
-</p>
-  
-<h2><a name="list.issues">5. List of JIRA Issues Fixed in this Release</a></h2>
-
 Click <a href="issuesFixed/jira-report.html">issuesFixed/jira-report.hmtl</a> for the list of 
 issues fixed in this release.
+</p>
+
+<h2><a name="known.issues">4. Known problems/limitations with Release 1.0.0</a></h2>
+<ul>
+   <li>a) Chapter 13.3 States: "Because non-preemptable allocations can’t be
+   preempeted, work submitted to a class implementing one of the non-
+   preemptable policies (FIXED or RESERVE) are never allowed to “squat” in other
+   nodepools and are only scheduled on nodes in their proper nodepool."
 
+   There are some situations where in fact, FIXED jobs can be scheduled into
+   nodepools which are subsets of the nodepool the FIXED class is defined over.
+   While technically a bug, there are also use cases for this behavior,
+   especially on large systems.  If this causes problems, usually classes
+   can be reconfigured to bypass the issue  The behavior is to be 
+   addressed in a future release.</li>
+</ul>
 </body>
 </html>
\ No newline at end of file