Author: cwiklik
Date: Thu Oct 23 16:51:07 2014
New Revision: 1633881
URL: http://svn.apache.org/r1633881
Log:
updated with ducc-1.1.0 release
Modified:
uima/site/trunk/uima-website/docs/index.html
uima/site/trunk/uima-website/docs/news.html
uima/site/trunk/uima-website/velocity.log
uima/site/trunk/uima-website/xdocs/index.xml
uima/site/trunk/uima-website/xdocs/news.xml
Modified: uima/site/trunk/uima-website/docs/index.html
URL:
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/index.html?rev=1633881&r1=1633880&r2=1633881&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/index.html (original)
+++ uima/site/trunk/uima-website/docs/index.html Thu Oct 23 16:51:07 2014
@@ -305,6 +305,9 @@
<blockquote class="sectionBody">
<p>
<ul>
+ <li>
+ <a href="news.html#23 October 2014">23 October 2014:
<strong>Apache UIMA DUCC 1.1.0 released</strong></a>
+ </li>
<li>
<a href="news.html#23 September 2014">23 September 2014:
<strong>Apache UIMA Ruta 2.2.1 released</strong></a>
</li>
Modified: uima/site/trunk/uima-website/docs/news.html
URL:
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1633881&r1=1633880&r2=1633881&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/news.html (original)
+++ uima/site/trunk/uima-website/docs/news.html Thu Oct 23 16:51:07 2014
@@ -204,6 +204,13 @@
<blockquote class="sectionBody">
<table class="subsectionToc">
<tr >
+ <td>23 October 2014</td>
+ <td><a href='#23 October 2014'>
+ Apache UIMA DUCC 1.1.0 released
+ </a>
+ </td>
+ </tr>
+ <tr >
<td>23 September 2014</td>
<td><a href='#23 September 2014'>
Apache UIMA Ruta 2.2.1 released
@@ -475,6 +482,35 @@
+ <a name="23 October 2014">
+ <h2>23 October 2014
+ – Apache UIMA DUCC 1.1.0 released
+ </h2>
+ </a>
+ </td></tr>
+ <tr><td>
+ <blockquote class="subsectionBody">
+ <p>UIMA DUCC 1.1.0 is a maintenance
release that contains fixes and improvements over UIMA-DUCC 1.0.0.</p>
+ <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-1.1.0/issuesFixed/jira-report.html">here</a>.
+ </p>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table
class="subsectionTable">
+ <tr><td>
+
+
+
<a name="23 September 2014">
<h2>23 September 2014
– Apache UIMA Ruta 2.2.1 released