You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Jaroslaw Cwiklik <ui...@gmail.com> on 2014/01/17 17:18:35 UTC

[VOTE] Release UIMA-DUCC 1.0.0 RC6

Hi,

the sixth release candidate of the sandbox project Apache UIMA DUCC v1.0.0
is ready for voting.

Issues fixed in RC6:

1) Fixed NOTICE file included in each DUCC jar
2) Fixed DuccBook
3) Modified DUCC's RAT plugin excludes


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.

The Maven artifacts are here:
https://repository.apache.org/content/repositories/orgapacheuima-1001/org/apache/uima/

The source and binary zip/tars are here:
http://people.apache.org/~cwiklik/releases/uima-ducc/1.0.0/RC6/

The SVN Tag Checkout:
http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/

See: http://uima.apache.org/testing-builds.html for instructions how to
test release candidate.

Please vote on release:

[ ] +1 OK to release
[ ]  0 Don't care
[ ] -1 Not OK to release, because ...

Re: [VOTE] Release UIMA-DUCC 1.0.0 RC6

Posted by Jaroslaw Cwiklik <ui...@gmail.com>.
Looks like gpg agent failed at the very end. It signed all the artifacts
except
for the asc on the source zip file.

I checked all artifacts in Nexus and all have expected three signature
files (asc, sha1, md5)

The failure was silent so I did not see it.

I've created asc signature file for the source zip and uploaded to
people.apache.org

Jerry



On Fri, Jan 17, 2014 at 1:20 PM, Marshall Schor <ms...@schor.com> wrote:

> The source-release.zip is not signed? (no .asc file)?  (looking in
> people.a.o/~cwiklik....)
>
> -Marshall
>

Re: [VOTE] Release UIMA-DUCC 1.0.0 RC6

Posted by Marshall Schor <ms...@schor.com>.
The source-release.zip is not signed? (no .asc file)?  (looking in
people.a.o/~cwiklik....)

-Marshall

Re: [VOTE] Release UIMA-DUCC 1.0.0 RC6

Posted by Marshall Schor <ms...@schor.com>.
The Notice file in SVN at the top is missing the UIMA Notice (It has the UIMA-AS
and the UIMA-DUCC, but not the UIMA Notice about copyrights).

-M