Re: [Proposal] JPPF : a parallel processing framework for Java

2010-01-13 Thread Grant Ingersoll

On Jan 12, 2010, at 1:47 PM, Alan D. Cabrera wrote:

 
 On Jan 12, 2010, at 7:27 AM, Grant Ingersoll wrote:
 
 
 On Jan 12, 2010, at 10:12 AM, Emmanuel LŽcharny wrote:
 
 Grant Ingersoll a écrit :
 Seems like this might fit nicely with Hadoop.  Has anyone approached their 
 PMC about sponsoring?
 
 No, not yet, but that's clearly an option. At least, a better fit than 
 MINA, IMO.
 
 Let's do that.
 
 Yeah, Hadoop isn't just about Map-Reduce.
 
 Just curious, if there's no Hadoop tech in the project then why have it 
 sponsored by Hadoop?
 

I'd add, I think most in Hadoop land view Hadoop as one of the primary places 
for large scale distributed computing at Apache.  Map Reduce is one approach 
and it does not fit all situations, so I think you'll see other things arise 
there, possibly JPPF. 
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [Discuss] Apache Shindig as a TLP

2010-01-13 Thread John Hjelmstad
Woo!

On Tue, Jan 12, 2010 at 12:40 PM, Brian McCallister bri...@skife.orgwrote:

 Big +1

 On Tue, Jan 12, 2010 at 10:04 AM, Vincent Siveton vsive...@apache.org
 wrote:
  Hi folks
 
  FYI, the Shindig community has successfully voted for graduation [1].
  If no objection on the charter or other, I will start a formal
  acceptance vote soon.
 
  Cheers,
 
  Vincent
 
  [1] http://shindig-dev.markmail.org/message/c47amdxjtntkjij5
 



Re: [Discuss] Apache Shindig as a TLP

2010-01-13 Thread Niclas Hedhman
On Wed, Jan 13, 2010 at 1:04 AM, Vincent Siveton vsive...@apache.org wrote:
 FYI, the Shindig community has successfully voted for graduation [1].
 If no objection on the charter or other, I will start a formal
 acceptance vote soon.

About time!!!


Cheers
-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: Resigning from Aries mentorship

2010-01-13 Thread Bertrand Delacretaz
On Wed, Jan 13, 2010 at 12:43 AM, David Crossley cross...@apache.org wrote:
 ...Please adjust the mentor list at the main reference
 http://incubator.apache.org/projects/
 Currently in incubation table

done, changes should be online soon.
-Bertrand

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release UIMA 2.3.0-rc9

2010-01-13 Thread Marshall Schor
Hi everyone,

The UIMA community has voted on and approved the release of Apache UIMA
2.3.0, consisting of
  - base UIMA
  - the UIMA-AS add-on to the base (incorporating ActiveMQ and adding
Asynchronous Scaleout capability
  - UIMACPP - the C++ support
  - UIMA-Addons - a subset of components from the UIMA Sandbox

The vote was +1 from all committers and 1 mentor; no other votes were
cast. We now request the approval of the Incubator PMC for this release.


Podling vote thread:  http://markmail.org/thread/osrpk5skilchagi6
Release artifacts:   
http://people.apache.org/~schor/uima-release-candidates/2.3.0-RC9/ 
(includes RAT reports)

SVN root nodes:
  base UIMA:  
https://svn.apache.org/repos/asf/incubator/uima/uimaj/tags/uimaj-2.3.0/uimaj-2.3.0-09
  UIMA-AS:
https://svn.apache.org/repos/asf/incubator/uima/uima-as/tags/uima-as-2.3.0/uima-as-2.3.0-09
  UIMA-Addons:
https://svn.apache.org/repos/asf/incubator/uima/sandbox/tags/sandbox-2.3.0/sandbox-2.3.0-09
  UIMACPP:
https://svn.apache.org/repos/asf/incubator/uima/uimacpp/tags/uimacpp-2.3.0-09

UIMA-AS continues to be registered as a 5D002 export artifact (due to
including ActiveMQ) - and no other components are currently required to
be so designated; see http://www.apache.org/licenses/exports/

The source distributions are built with scripts, and differ somewhat
from the SVN source trees.  The various distributions are built using
the Maven assembly plugin; the scripts for build the source distribution
are found here:

  base UIMA:  uimaj-distr/src/main/assembly/src.xml
  UIMA-AS:  uima-as-distr/src/main/assembly/src.xml
  UIMA-Addons: SandboxDistr/annotator-package/src/main/assembly/src.xml
 
The UIMACPP source package is built in a different manner for Windows
and *nix packaging; some of the make configuration is pre-done for each
of these packagings and included in the source distribution.  The
scripts for building the source are in
  buildSrcTree.cmd (Windows) and
  buildSrcTree.sh  (*nix)
 
In addition to the source bundles, this release includes (as before)
binary downloads for direct use by users; these include html/pdf
versions of documentation and javadocs.

The builds (except for UIMACPP) have been changed to use the Maven RAT
(Release Audit Tool) plugin.  The POMs for the 3 distribution projects
(uimaj-distr, uima-as-distr, and SandboxDistr/annotationPackage)
document the list of exceptions for the RAT tool (mostly things like
generated files or test data).

KEYS:
http://svn.apache.org/repos/asf/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/KEYS

The release is signed by Marshall Schor except for UIMACPP which is
signed by Edward Epstein.
The signing key of Marshall Schor has been updated to the higher
strength following http://www.apache.org/dev/key-transition.html. 

Please cast your vote!

Thanks. -Marshall

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [Proposal] JPPF : a parallel processing framework for Java

2010-01-13 Thread Otis Gospodnetic
Was my thinking, too.  How long before dc.apache.org (or some variant of it) is 
formed?

 Otis
--
Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch



- Original Message 
 From: Grant Ingersoll gsing...@apache.org
 To: general@incubator.apache.org
 Sent: Tue, January 12, 2010 3:50:52 PM
 Subject: Re: [Proposal] JPPF :  a parallel processing framework for Java
 
 
 On Jan 12, 2010, at 1:47 PM, Alan D. Cabrera wrote:
 
  
  On Jan 12, 2010, at 7:27 AM, Grant Ingersoll wrote:
  
  
  On Jan 12, 2010, at 10:12 AM, Emmanuel LŽcharny wrote:
  
  Grant Ingersoll a écrit :
  Seems like this might fit nicely with Hadoop.  Has anyone approached 
  their 
 PMC about sponsoring?
  
  No, not yet, but that's clearly an option. At least, a better fit than 
  MINA, 
 IMO.
  
  Let's do that.
  
  Yeah, Hadoop isn't just about Map-Reduce.
  
  Just curious, if there's no Hadoop tech in the project then why have it 
 sponsored by Hadoop?
  
 
 I'd add, I think most in Hadoop land view Hadoop as one of the primary places 
 for large scale distributed computing at Apache.  Map Reduce is one approach 
 and 
 it does not fit all situations, so I think you'll see other things arise 
 there, 
 possibly JPPF. 
 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Olio 0.2 Released

2010-01-13 Thread Shanti Subramanyam
Olio 0.2 has bee released and can be downloaded from
http://incubator.apache.org/olio/downloads.html

After downloading, please see the Release Notes for information on issues
fixed in this release.

Shanti


Re: [Discuss] Apache Shindig as a TLP

2010-01-13 Thread Upayavira
On Tue, 2010-01-12 at 12:04 -0500, Vincent Siveton wrote: 
 Hi folks
 
 FYI, the Shindig community has successfully voted for graduation [1].
 If no objection on the charter or other, I will start a formal
 acceptance vote soon.

So, from the relative silence on this thread, I am assuming that
everyone is quite happy to see Shindig graduate and that no-one has any
issues...

Regards, Upayavira



-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [Discuss] Apache Shindig as a TLP

2010-01-13 Thread Dan Peterson
I'm quite supportive.

-Dan

On Thu, Jan 14, 2010 at 6:41 AM, Upayavira u...@odoko.co.uk wrote:

 On Tue, 2010-01-12 at 12:04 -0500, Vincent Siveton wrote:
  Hi folks
 
  FYI, the Shindig community has successfully voted for graduation [1].
  If no objection on the charter or other, I will start a formal
  acceptance vote soon.

 So, from the relative silence on this thread, I am assuming that
 everyone is quite happy to see Shindig graduate and that no-one has any
 issues...

 Regards, Upayavira



 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org




Re: [Discuss] Apache Shindig as a TLP

2010-01-13 Thread Chris Chabot
++1

On Wed, Jan 13, 2010 at 10:48 PM, Dan Peterson dpeter...@google.com wrote:

 I'm quite supportive.

 -Dan

 On Thu, Jan 14, 2010 at 6:41 AM, Upayavira u...@odoko.co.uk wrote:

  On Tue, 2010-01-12 at 12:04 -0500, Vincent Siveton wrote:
   Hi folks
  
   FYI, the Shindig community has successfully voted for graduation [1].
   If no objection on the charter or other, I will start a formal
   acceptance vote soon.
 
  So, from the relative silence on this thread, I am assuming that
  everyone is quite happy to see Shindig graduate and that no-one has any
  issues...
 
  Regards, Upayavira
 
 
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 
 



Re: [Discuss] Apache Shindig as a TLP

2010-01-13 Thread ant elder
I had a quick look at things like mailing list activity, votes,
releases, committers, commits etc, looks good to go to me.

   ...ant

On Wed, Jan 13, 2010 at 7:41 PM, Upayavira u...@odoko.co.uk wrote:
 On Tue, 2010-01-12 at 12:04 -0500, Vincent Siveton wrote:
 Hi folks

 FYI, the Shindig community has successfully voted for graduation [1].
 If no objection on the charter or other, I will start a formal
 acceptance vote soon.

 So, from the relative silence on this thread, I am assuming that
 everyone is quite happy to see Shindig graduate and that no-one has any
 issues...

 Regards, Upayavira



 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org



-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org