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 2016/08/08 20:14:15 UTC

svn commit: r1755534 [3/3] - in /uima/site/trunk/uima-website: docs/downloads.html docs/index.html docs/news.html velocity.log xdocs/downloads.xml xdocs/index.xml xdocs/news.xml xdocs/stylesheets/project.xml

Modified: uima/site/trunk/uima-website/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/downloads.xml?rev=1755534&r1=1755533&r2=1755534&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/downloads.xml (original)
+++ uima/site/trunk/uima-website/xdocs/downloads.xml Mon Aug  8 20:14:15 2016
@@ -101,9 +101,8 @@ Other mirrors: <select name="Preferred">
 <section name="Latest Official Releases">  
   <p>Note: As of release 2.3.0, the CAS Editor and the Pear packaging maven plugin are now part of the UIMA Java framework and SDK.</p>
 
-  <subsection name="Apache UIMA DUCC Version 2.0.1">
-    <insertDownloads version="2.0.1"/>
-    <p>Note: For a script that will migrate an existing installation to a new version try <a href='d/uima-ducc-2.0.1/ducc_update'>ducc_update</a></p>
+  <subsection name="Apache UIMA DUCC Version 2.1.0">
+    <insertDownloads version="2.1.0"/>
   </subsection>
 
   <subsection name="Apache UIMA Version 2.8.1">
@@ -115,10 +114,16 @@ Other mirrors: <select name="Preferred">
     <insertDownloads version="2.7.0"/>
   </subsection>
 
+  <subsection name="Apache UIMA DUCC Version 2.0.1">
+    <insertDownloads version="2.0.1"/>
+    <p>Note: For a script that will migrate an existing installation to a new version try <a href='d/uima-ducc-2.0.1/ducc_update'>ducc_update</a></p>
+  </subsection>
+
   <subsection name="Apache UIMA DUCC Version 1.1.0">
     <insertDownloads version="1.1.0"/>
   </subsection>
 
+
   <subsection name="Apache UIMA Version 2.6.0">
     <insertDownloads version="2.6.0"/>
   </subsection>

Modified: uima/site/trunk/uima-website/xdocs/index.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/index.xml?rev=1755534&r1=1755533&r2=1755534&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/index.xml (original)
+++ uima/site/trunk/uima-website/xdocs/index.xml Mon Aug  8 20:14:15 2016
@@ -141,6 +141,9 @@
 			<p>
 				<ul>
           <li>
+            <a href="news.html#20 May 2016">08 Aug 2016: <strong>Apache UIMA-DUCC 2.1.0 released</strong></a>
+          </li>
+          <li>
             <a href="news.html#20 May 2016">20 May 2016: <strong>Apache UIMA-AS 2.8.1 released</strong></a>
           </li>
 

Modified: uima/site/trunk/uima-website/xdocs/news.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1755534&r1=1755533&r2=1755534&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/news.xml (original)
+++ uima/site/trunk/uima-website/xdocs/news.xml Mon Aug  8 20:14:15 2016
@@ -35,6 +35,53 @@
       <subsectionToc/>
 
 
+    <subsection name="08 Aug 2016" date = "08 Aug 2016" title="Apache UIMA DUCC 2.1.0 released">
+ <p>DUCC stands for Distributed UIMA Cluster Computing. DUCC is a cluster management system providing tooling,
+management, and scheduling facilities to automate the scale-out of applications written to the UIMA framework.
+Core UIMA provides a generalized framework for applications that process unstructured information such as human
+language, but does not provide a scale-out mechanism. UIMA-AS provides a scale-out mechanism to distribute UIMA
+pipelines over a cluster of computing resources, but does not provide job or cluster management of the resources.
+DUCC defines a formal job model that closely maps to a standard UIMA pipeline. Around this job model DUCC
+provides cluster management services to automate the scale-out of UIMA pipelines over computing clusters.
+
+        </p>
+
+      <p>
+      The complete list of fixes is <a href="d/uima-ducc-2.1.0/issuesFixed/jira-report.html">here</a>.
+      </p>
+        <p>The major changes in this release are:</p>
+        <ul>
+
+          <li>Ubuntu and RHEL 7 support </li>
+          <li>cgroup enhancements </li>
+             <ul>
+                <li>uses standard cgroups organization</li>
+                <li>supports cgroup swappiness setting, restricting any swapping if desired</li>   
+             </ul>
+          <li>DUCC state and history storage moved from flat files to Cassandra DB, reducing storage size 5x </li>
+          <li>Ships with the latest UIMA-AS v2.8.1 </li>
+          <li>Ships with recent ActiveMQ v5.13.2 </li>
+          <li>DUCC's UIMA-AS services support failover and ssl connectors </li>
+          <li>Many DUCC webpage improvements </li>
+          <li>Clear user display of DUCC classes and relation to machines </li>
+          <li>Robust handling of dynamic changes to DUCC class and nodepool definitions </li>
+          <li>Full support of nodepools with different quantum </li>
+          <li>DUCC broker access restricted to user ducc </li>
+          <li>Eliminate need for user home directories located on a shared filesystem </li>
+          <li>Built-in Job error handler programmable per job </li>
+          <li>Migration utility for DUCC updates </li>
+          <li>Change to vary-off behavior to facilitate cluster management </li>
+          <li>Horizontal stacking of services instance allocations </li>
+          <li>java-viaducc improvements including separation of stdout from stderr respoonses </li>
+          <li>An alert banner is displayed on ducc-mon pages if daemons are down </li>
+          <li>Promoted DUCC from sandbox to the regular Apache project in the SVN </li>
+         </ul>
+      <p>
+      This version of UIMA-DUCC requires Java version 7 or version 8.      
+      </p>
+    </subsection>
+
+
     <subsection name="20 May 2016" date = "20 May 2016" title="Apache UIMA Asynchronous Scaleout (UIMA-AS) 2.8.1 released">
       <p>UIMA AS 2.8.1 is a maintenance release that contains fixes and improvements over UIMA-AS 2.6.0.
       </p><p>

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=1755534&r1=1755533&r2=1755534&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Mon Aug  8 20:14:15 2016
@@ -93,6 +93,16 @@
         --> 
   </menus>
 
+  <downloads version="2.1.0" title="Apache UIMA DUCC Version 2.1.0" withreleasedate="true">
+
+    <download name="UIMA DUCC" subdirectory="uima-ducc-2.1.0" releasedate="08-Aug-2016">
+      <releasenotes filename="uima-ducc-2.1.0/RELEASE_NOTES">         <f>html</f>                              </releasenotes> 
+      <binary       filename="uima-ducc-2.1.0-bin">                   <f>tar.gz</f>                </binary>   
+      <source       filename="uima-ducc-2.1.0-source-release">                   <f>zip</f>    </source>
+    </download>
+  </downloads>
+
+
   <downloads version="2.0.1" title="Apache UIMA DUCC Version 2.0.1" withreleasedate="true">
 
     <download name="UIMA DUCC" subdirectory="uima-ducc-2.0.1" releasedate="26-Oct-2015">
@@ -102,6 +112,7 @@
     </download>
   </downloads>
 
+
   <downloads version="2.0.0" title="Apache UIMA DUCC Version 2.0.0" withreleasedate="true">
 
     <download name="UIMA DUCC" subdirectory="uima-ducc-2.0.0" releasedate="11-Aug-2015">