Author: cwiklik
Date: Wed Oct  7 19:45:16 2015
New Revision: 1707372

URL: http://svn.apache.org/viewvc?rev=1707372&view=rev
Log:
UIMA-4609 Updates README, ReleaseNotes, assembly and poms for 2.0.1 release

Modified:
    uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/README
    uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/RELEASE_NOTES.html
    uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml
    uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/assembly/bin.xml
    uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/README
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/README?rev=1707372&r1=1707371&r2=1707372&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/README (original)
+++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/README Wed Oct  7 19:45:16 
2015
@@ -1,4 +1,4 @@
-              Apache Distributed UIMA Cluster Computing (DUCC) Version 2.0.0 
README
+              Apache Distributed UIMA Cluster Computing (DUCC) Version 2.0.1 
README
               
 
 1. Building from the Source Distribution

Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/RELEASE_NOTES.html
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/RELEASE_NOTES.html?rev=1707372&r1=1707371&r2=1707372&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/RELEASE_NOTES.html 
(original)
+++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/RELEASE_NOTES.html Wed Oct  
7 19:45:16 2015
@@ -20,15 +20,15 @@
    ***************************************************************
    -->
 <head>
-  <title>Apache Distributed UIMA Cluster Computing (DUCC) 2.0.0 Release 
Notes</title>
+  <title>Apache Distributed UIMA Cluster Computing (DUCC) 2.0.1 Release 
Notes</title>
 </head>
 <body>
-<h1>Apache UIMA-DUCC (Unstructured Information Management Architecture - 
Distributed UIMA Cluster Computing ) v.2.0.0 Release Notes</h1>
+<h1>Apache UIMA-DUCC (Unstructured Information Management Architecture - 
Distributed UIMA Cluster Computing ) v.2.0.1 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
 <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="#major.changes">2. Changes in this Release</a><br/>
 </p>  
    
 <h2><a name="what.is.uima-ducc">1. What is UIMA-DUCC?</a></h2>
@@ -42,65 +42,13 @@ DUCC defines a formal job model that clo
 provides cluster management services to automate the scale-out of UIMA 
pipelines over computing clusters.
 </p>
       
-<h2><a name="major.changes">2. Major Changes in this Release</a></h2>
+<h2><a name="major.changes">2. Changes in this Release</a></h2>
 <p>
-UIMA DUCC 2.0.0 Apache is a major release containing new features and bug 
fixes. What's new:<br>
-
-<h3>2.1 Non-preemptive (NP) workloads</h3>
-In order to prevent the cluster from being filled with non-preemptable (NP) 
allocations it is possible to place 
-limit on total NP allocations for each user.  The limit applies globally and 
can be overridden on a per-user 
-basis by the DUCC administrator.  Additionally all NP allocations are now 
limited to a single instance per request.  
-Please refer to sections "13.4 Allotment", "12.8 Ducc User Definitions", and 
"12.4.6 Resource Manager Properties" of
-DUCC Administrative Guide for more details.
-
-<h3>2.2 Classpath isolation</h3> 
-User's code now runs with only the classpath it supplies. The user's classpath 
specification for jobs must now include 
-uima-core.jar. 
-Any jobs calling UIMA-AS services, "DD jobs" and UIMA-AS services themselves 
will need to include all UIMA jars and 
-any additional 3rd party jars that are required
-
-<h3>2.3 DUCC error handler </h3>
-The interface to this optional capability has changed. 
-
-<h3>2.4 Job Processes (JP's) now pull Work Items (WIs) from their Job Driver 
(JD) via HTTP </h3>
-JD's no longer uses ActiveMQ to push WI's to JP's for processing. Instead JP's 
use HTTP to 
-pull WIs from their associated JD.
-
-<h3>2.5 DUCC flow controller typesystem </h3>
-The original name of the flow controller typesystem file has been deprecated. 
The old 
-version will remain available for now. 
-
-For the future, please make the following change to CR/CM/CC components using 
this typesystem: 
-change 
-&lt;import name="org.apache.uima.ducc.common.uima.DuccJobFlowControlTS"/&gt; 
-to 
-&lt;import name="org.apache.uima.ducc.FlowControllerTS"/&gt; 
-
-
-<h3>2.6 CGROUPS to control CPU share as well as memory share.</h3>
-    CPU shares are set proportionally to memory shares when CGROUPS are 
enabled.
-
-<h3>2.7 Queue resource requests that were previously unfulfillable</h3>
-    Requests for resources are held pending if they can't be fulfilled for any 
reason
-    other than the scheduling class being missing.  Shares may be made 
available when
-    other work exits, or if resources are dynamically added to the cluster.  
The
-    WebServer shows the reason for work that is enqueued, WaitngForResources.
-
-<h3>2.8 Queue service requests that were previously unfulfillable</h3>
-    Work that is dependent on a service is held pending even if the service 
can't be started successfully.  
-    The work will continue when the service becomes available.
-
-<h3>2.9 Service Manager instances</h3>
-    A unique instance ID is assigned for each of the multiple instances of a 
service.
-    This ID is made available to the running instances to enable reasoning 
(such as how to
-    partition a data set) on the instance. If a service instance terminates 
unexpectedly,
-    a new instance will be started with the appropriate ID.
-
-
-<br><br>
+UIMA DUCC 2.0.1 is a maintenance release containing bug fixes. <br>
+<br>
 
 For a complete list of issues fixed and up-to-date information on UIMA-DUCC 
issues, see our issue tracker: 
-<a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%20%222.0.0-Ducc%22%20";>https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%20%222.0.0-Ducc%22%20</a>
+<a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%20%222.0.1-Ducc%22%20";>https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%20%222.0.1-Ducc%22%20</a>
 </p> 
       
 

Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml?rev=1707372&r1=1707371&r2=1707372&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml (original)
+++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml Wed Oct  7 19:45:16 
2015
@@ -432,7 +432,7 @@
                        </plugin>
             <!-- May need to disable this because of a JIRA bug causing only 
100 JIRas to be included.
              -->
-                       <!--plugin>
+                       <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-changes-plugin</artifactId>
                            <executions>
@@ -443,7 +443,7 @@
                                   </configuration>
                                </execution>
                            </executions>
-                       </plugin -->
+                       </plugin>
 <!--plugin>
     <artifactId>maven-antrun-plugin</artifactId>
     <executions>

Modified: 
uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/assembly/bin.xml?rev=1707372&r1=1707371&r2=1707372&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/assembly/bin.xml 
(original)
+++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/assembly/bin.xml 
Wed Oct  7 19:45:16 2015
@@ -315,7 +315,7 @@ under the License.
         <!-- JIRAs bug prevents more than 100 jiras in the report produced -->
         <!-- by maven changes plugin. Workaround is to generate report     -->
         <!-- manually and add it to the svn                                -->
-        <!-- include>issuesFixed/**</include -->
+        <include>issuesFixed/**</include>
       </includes>
       <!-- The NOTICE and LICENSE for binary distro will be copied from 
src/main/legal  -->
       <excludes>

Modified: 
uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml?rev=1707372&r1=1707371&r2=1707372&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml 
(original)
+++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml 
Wed Oct  7 19:45:16 2015
@@ -126,7 +126,7 @@
        <properties>
            <uima.ducc>Apache UIMA DUCC:</uima.ducc>
                <!-- Ducc jira version -->
-               <jiraVersion>12328879</jiraVersion>
+               <jiraVersion>12333626</jiraVersion>
                <maven.build.timestamp.format>MM-dd-yyyy 
HH:mm</maven.build.timestamp.format>
                <ducc.version>${project.version}</ducc.version>
                
<org.springframework.version>3.0.7.RELEASE</org.springframework.version>


Reply via email to