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/22 20:46:45 UTC

[VOTE] Release UIMA-DUCC 1.0.0 RC9

Hi,

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

Issues fixed in RC9:

1) Fixed Copyright date in javadocs and NOTICE file embedded in each DUCC
jar

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-1004/org/apache/uima/<https://repository.apache.org/content/repositories/orgapacheuima-1002/org/apache/uima/>

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

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 RC9

Posted by Marshall Schor <ms...@schor.com>.
sigs ok on mirror objects

svn compare ok

build from source ok

checked bin distribution license and notice - ok
checked jar license and notice - ok
checked source distribution license and notice - ok
spot checked some of the maven repository artifacts- ok.

[X] +1 OK to release

-Marshall

On 1/22/2014 4:32 PM, Jaroslaw Cwiklik wrote:
> Hi,
>
> the vote email I sent earlier contains bad links. Sorry for that. For some
> reason chrome cut and paste did not work for me.
> Please use the following links:
>
> The Maven artifacts are here:
> https://repository.apache.org/content/repositories/orgapacheuima-1004/org/apache/uima/
>
> The source and binary zip/tars are here:
> http://people.apache.org/~cwiklik/releases/uima-ducc/1.0.0/RC9/
>
> The SVN Tag Checkout:
> http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/
>
> Sorry for the inconvenience
>


Re: [VOTE] Release UIMA-DUCC 1.0.0 RC9

Posted by Jim Challenger <ch...@gmail.com>.
- download RC9 and untar - OK
- move build to ducc_runtime - OK
- run ducc_post_install - OK
- run start_ducc
     everything initializes correctly for first-time start - OK
- check webserver - everything is there - OK
- cd to ducc_runtime/examples/simple, ducc_submit 1.job - OK
- follow 1.job on webserver - runs find - OK
- check webserver links - all seem to be - OK
- check duccbook from webserver -OK
- insure javadoc works from duccbook link on webserver - OK
- run stop_ducc - insure everything stops OK including broker - OK
- establish multi-node configurarion (8 48G nodes, 1 40G node, 4 32G nodes)
     - run check_ducc  to verify corret config - OK
     - rerun 1.job - OK
- set up large scale verification
      cd examples/systemtest and ./prepare mega-15-min/jobs.prepare - OK
- run first 'mega': ./runducc -d mega-15-min/job.ctl -i1 -r1
     Failed - the default config enables cgroups, but my test/evaluation
       id was not authorized to use them.  The Agents shut themselves
       down on failure to init cgroups for the job.
       Note: This only happens IF cgroups is installed on a machine, but
       the id that is running ducc does not have authorization to use
       cgroups, which is why 1.job ran, that config was on a machine
       with no cgroups.                          NOT OK
- ran stop_ducc - all nodes and still-running jobs exited.  OK

Needs to run out of the box.  We should configure cgroups off by default.

-1  Not ok, must update config.

Jim

On 1/23/14 11:57 AM, Jaroslaw Cwiklik wrote:
> 1) Built from source - OK
> 2) Checked javadocs - OK
> 3) Checked LICENSE and NOTICE files - OK
> 4) Checked NOTICE in jars - OK
> 5) Installed DUCC from binary tarball - OK
> 6) Ran ducc_post_install and started DUCC - OK
> 7) Submitted a job:
>     $DUCC_HOME/bin/ducc_submit -specification
> $DUCC_HOME/examples/simple/1.job
>
>     Ran to completion - OK
>
>
> +1 - OK to release
> Jerry
>
>
> On Wed, Jan 22, 2014 at 4:32 PM, Jaroslaw Cwiklik <ui...@gmail.com> wrote:
>
>> Hi,
>>
>> the vote email I sent earlier contains bad links. Sorry for that. For some
>> reason chrome cut and paste did not work for me.
>> Please use the following links:
>>
>> The Maven artifacts are here:
>>
>> https://repository.apache.org/content/repositories/orgapacheuima-1004/org/apache/uima/
>>
>> The source and binary zip/tars are here:
>> http://people.apache.org/~cwiklik/releases/uima-ducc/1.0.0/RC9/
>>
>> The SVN Tag Checkout:
>>
>> http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/
>>
>> Sorry for the inconvenience
>>
>>


Re: [VOTE] Release UIMA-DUCC 1.0.0 RC9

Posted by Jaroslaw Cwiklik <ui...@gmail.com>.
1) Built from source - OK
2) Checked javadocs - OK
3) Checked LICENSE and NOTICE files - OK
4) Checked NOTICE in jars - OK
5) Installed DUCC from binary tarball - OK
6) Ran ducc_post_install and started DUCC - OK
7) Submitted a job:
   $DUCC_HOME/bin/ducc_submit -specification
$DUCC_HOME/examples/simple/1.job

   Ran to completion - OK


+1 - OK to release
Jerry


On Wed, Jan 22, 2014 at 4:32 PM, Jaroslaw Cwiklik <ui...@gmail.com> wrote:

> Hi,
>
> the vote email I sent earlier contains bad links. Sorry for that. For some
> reason chrome cut and paste did not work for me.
> Please use the following links:
>
> The Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapacheuima-1004/org/apache/uima/
>
> The source and binary zip/tars are here:
> http://people.apache.org/~cwiklik/releases/uima-ducc/1.0.0/RC9/
>
> The SVN Tag Checkout:
>
> http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/
>
> Sorry for the inconvenience
>
>

[VOTE] Release UIMA-DUCC 1.0.0 RC9

Posted by Jaroslaw Cwiklik <ui...@gmail.com>.
Hi,

the vote email I sent earlier contains bad links. Sorry for that. For some
reason chrome cut and paste did not work for me.
Please use the following links:

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

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

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

Sorry for the inconvenience