Re: Permission to edit incubator wiki

2013-03-07 Thread Christian Grobmeier
Its done, have fun!

Christian

On Wed, Mar 6, 2013 at 3:37 PM, Joachim Dreimann jdreim...@apache.org wrote:
 Can someone grant me permissions to edit the incubator wiki?

 My wiki id is jdreimann

 Thanks!

 Joe



--
http://www.grobmeier.de
https://www.timeandbill.de

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



Re: [VOTE] Accept Curator into the Incubator

2013-03-07 Thread Patrick Hunt
+1 Accept Curator into the Apache incubator (binding)

On Tue, Mar 5, 2013 at 10:21 AM, Jordan Zimmerman
jor...@jordanzimmerman.com wrote:
 Discussion has settled down so I am calling a VOTE for acceptance of Curator 
 into the Apache Incubator.

 The vote will close at on Friday, March 8, 2013.

 [ ] +1 Accept Curator into the Apache incubator
 [ ] +0 Don't care.
 [ ] -1 Don't accept Curator into the incubator because...

 Full proposal is pasted below and the corresponding wiki is 
 http://wiki.apache.org/incubator/CuratorProposal

 Only VOTEs from Incubator PMC members are binding, but all are welcome to 
 express their thoughts.

 Sincerely,

 Jordan Zimmerman

 === PROPOSAL ===

 Curator - ZooKeeper client wrapper and rich ZooKeeper framework

 Abstract

 Curator is a set of Java libraries that make using Apache ZooKeeper much 
 easier. While ZooKeeper comes bundled with a Java client, using the client is 
 non-trivial and error prone.

 Proposal

 Curator is a set of Java libraries that make using Apache ZooKeeper much 
 easier. While ZooKeeper comes bundled with a Java client, using the client is 
 non-trivial and error prone. It consists of three components that build on 
 each other. Curator Client is a replacement for the bundled ZooKeeper class 
 that takes care of some low-level housekeeping and provides some useful 
 utilities. Curator Framework is a high-level API that greatly simplifies 
 using ZooKeeper. It adds many features that build on ZooKeeper and handles 
 the complexity of managing connections to the ZooKeeper cluster and retrying 
 operations. Curator Recipes consists of implementations of some of the common 
 ZooKeeper recipes. Additionally, Curator Test is included which includes 
 utilities to help with unit testing ZooKeeper-based applications.

 Background

 Curator was initially developed by Netflix to make writing ZooKeeper-based 
 applications easier and more reliable. Curator was open-sourced by Netflix on 
 GitHub as an Apache 2.0 licensed project in July 2011. During this time 
 Curator has been formally released many times and has gained widespread 
 adoption.

 Rationale

 New users of ZooKeeper are surprised to learn that a significant amount of 
 connection management must be done manually. For example, when the ZooKeeper 
 client connects to the ensemble it must negotiate a new session, etc. This 
 takes some time. If you use a ZooKeeper client API before the connection 
 process has completed, ZooKeeper will throw an exception. These types of 
 exceptions are referred to as recoverable errors. Curator automatically 
 handles connection management, greatly simplifying client code. Instead of 
 directly using the ZooKeeper APIs you use Curator APIs that internally check 
 for connection completion and wrap each ZooKeeper API in a retry loop. 
 Curator uses a retry mechanism to handle recoverable errors and automatically 
 retry operations. The method of retry is customizable. Curator comes bundled 
 with several implementations (ExponentialBackoffRetry, etc.) or custom 
 implementations can be written.

 The ZooKeeper documentation describes many possible uses for ZooKeeper 
 calling each a recipe. While the distribution comes bundled with a few 
 implementations of these recipes, most ZooKeeper users will need to manually 
 implement one or more of the recipes. Implementing a ZooKeeper recipe is not 
 trivial. Besides the connection handling issues, there are numerous edge 
 cases that are not well documented that must be considered. For example, many 
 recipes require that an ephemeral-sequential node be created. New users of 
 ZooKeeper will not know that there is an edge case in ephemeral-sequential 
 node creation that requires you to put a special marker in the node’s name 
 so that you can search for the created node if an I/O failure occurs. This is 
 but one of many edge cases that are not well documented but are handled by 
 Curator.

 Current Status

 Meritocracy

 Curator was initially developed by Jordan Zimmerman in 2011 at Netflix. 
 Developers external to Netflix provided feedback, suggested features and 
 fixes and implemented extensions of Curator. Netflix's engineering team has 
 since maintained the project and has been dedicated towards its improvement. 
 Contributors to Curator include developers from multiple organizations around 
 the world. Curator will be a meritocracy as it enters the Incubator and 
 beyond.

 Community

 Curator is currently used by a number of organizations all over the world. 
 Curator has an active and growing user and developer community with active 
 participation in the http://groups.google.com/group/curator-users mailing 
 list and at its GitHub home: https://github.com/Netflix/curator.

 Since open sourcing the project, there have been fifteen individuals from 
 various organizations who have contributed code.

 Core Developers

 The core developers for Curator are:

 • Jordan Zimmerman
 • Jay 

[VOTE] Release Apache Onami Parent 3-incubating

2013-03-07 Thread Simone Tripodi
Good morning incubator,

the Apache Onami PPMC has voted Apache Onami Parent 3-incubating, and
already got 3 IPMC binding votes from IPMC members:

 - Mohammad Nour El-Din (*)
 - Olivier Lamy (*)
 - Christian Grobmeier (*)

We solved 5 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314120version=12323948

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=component%20%3D%20parent%20AND%20project%20%3D%20ONAMI%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC

SVN source tag
http://svn.apache.org/repos/asf/incubator/onami/tags/org.apache.onami.parent-3-incubating/

Staging repo:
https://repository.apache.org/content/repositories/orgapacheonami-322/

Release artifact:
https://repository.apache.org/content/repositories/orgapacheonami-322/org/apache/onami/org.apache.onami.parent/3-incubating/org.apache.onami.parent-3-incubating-source-release.zip

Vote will be open for at least 72 hours and closes ~ on March 10th at
7:30pm GMT.

Many thanks in advance, all the best,
-Simo

[ ] +1, let's get it rmblee!!!
[ ] +/-0, fine, but consider to fix few issues before...
[ ] -1, nope, because... (and please explain why)

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

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



Re: Incubator PMC/Board report for Mar 2013 ([ppmc])

2013-03-07 Thread Alan Gates
HCatalog is listed as needing to report this month, but it is in the process of 
merging into Hive.  I haven't had a chance to take it out of the rotation yet.  
But it won't be filing a report this month.  Can I delete its section from the 
wiki?

Alan.

On Mar 4, 2013, at 4:18 AM, Marvin wrote:

 
 
 Dear podling,
 
 This email was sent by an automated system on behalf of the Apache Incubator 
 PMC.
 It is an initial reminder to give you plenty of time to prepare your quarterly
 board report.
 
 The board meeting is scheduled for Wed, 20 March 2013, 10:30:00:00 PST. The 
 report 
 for your podling will form a part of the Incubator PMC report. The Incubator 
 PMC 
 requires your report to be submitted 2 weeks before the board meeting, to 
 allow 
 sufficient time for review and submission (Wed, Mar 6th).
 
 Please submit your report with sufficient time to allow the incubator PMC, 
 and 
 subsequently board members to review and digest. Again, the very latest you 
 should submit your report is 2 weeks prior to the board meeting.
 
 Thanks,
 
 The Apache Incubator PMC
 
 Submitting your Report
 --
 
 Your report should contain the following:
 
 * Your project name
 * A brief description of your project, which assumes no knowledge of the 
 project
   or necessarily of its field
 * A list of the three most important issues to address in the move towards 
   graduation.
 * Any issues that the Incubator PMC or ASF Board might wish/need to be aware 
 of
 * How has the community developed since the last report
 * How has the project developed since the last report.
 
 This should be appended to the Incubator Wiki page at:
 
  http://wiki.apache.org/incubator/March2013
 
 Note: This manually populated. You may need to wait a little before this page 
 is
  created from a template.
 
 Mentors
 ---
 Mentors should review reports for their project(s) and sign them off on the 
 Incubator wiki page. Signing off reports shows that you are following the 
 project - projects that are not signed may raise alarms for the Incubator PMC.
 
 Incubator PMC
 
 
 -
 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



Re: [VOTE] Release Apache Onami Parent 3-incubating

2013-03-07 Thread Tommaso Teofili
+1

Tommaso


2013/3/7 Simone Tripodi simonetrip...@apache.org

 Good morning incubator,

 the Apache Onami PPMC has voted Apache Onami Parent 3-incubating, and
 already got 3 IPMC binding votes from IPMC members:

  - Mohammad Nour El-Din (*)
  - Olivier Lamy (*)
  - Christian Grobmeier (*)

 We solved 5 issues:

 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314120version=12323948

 There are still a couple of issues left in JIRA:

 https://issues.apache.org/jira/issues/?jql=component%20%3D%20parent%20AND%20project%20%3D%20ONAMI%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC

 SVN source tag

 http://svn.apache.org/repos/asf/incubator/onami/tags/org.apache.onami.parent-3-incubating/

 Staging repo:
 https://repository.apache.org/content/repositories/orgapacheonami-322/

 Release artifact:

 https://repository.apache.org/content/repositories/orgapacheonami-322/org/apache/onami/org.apache.onami.parent/3-incubating/org.apache.onami.parent-3-incubating-source-release.zip

 Vote will be open for at least 72 hours and closes ~ on March 10th at
 7:30pm GMT.

 Many thanks in advance, all the best,
 -Simo

 [ ] +1, let's get it rmblee!!!
 [ ] +/-0, fine, but consider to fix few issues before...
 [ ] -1, nope, because... (and please explain why)

 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/

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




Write access on wiki

2013-03-07 Thread Devaraj Das
Could I please get write access on the wiki content under
http://wiki.apache.org/incubator/. My username is DevarajDas.

Thanks
Devaraj


Re: Write access on wiki

2013-03-07 Thread Upayavira
Done

On Thu, Mar 7, 2013, at 08:49 PM, Devaraj Das wrote:
 Could I please get write access on the wiki content under
 http://wiki.apache.org/incubator/. My username is DevarajDas.
 
 Thanks
 Devaraj

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



Re: [VOTE] Accept Tajo into the Apache Incubator

2013-03-07 Thread Owen O'Malley
With 11 binding +1's and 5 non-binding +1's the vote passes. Jakob, can you
start the process for setting up the project?

Thanks, all.

-- Owen


On Mon, Mar 4, 2013 at 4:35 PM, Alex Karasulu akaras...@apache.org wrote:

 On Sat, Mar 2, 2013 at 3:48 AM, Alex Karasulu akaras...@apache.org
 wrote:

  +1 (binding)
 
 
 Just as an FYI, I'm also a mentor of this project.

 --
 Best Regards,
 -- Alex



Re: [PROPOSAL] Provisionr join the Apache Incubator

2013-03-07 Thread Andrew Bayer
A little belated, but I'd be interested in helping out as well.

A.

On Sat, Mar 2, 2013 at 3:21 PM, Andrei Savu savu.and...@gmail.com wrote:

 I think the proposal is now ready for voting. I will go ahead and start a
 new thread.

 http://wiki.apache.org/incubator/ProvisionrProposal

 Thank you all!

 -- Andrei Savu

 On Fri, Mar 1, 2013 at 6:57 PM, Andrei Savu savu.and...@gmail.com wrote:

 
  On Fri, Mar 1, 2013 at 10:45 AM, Eric Sammer esam...@cloudera.com
 wrote:
 
  I'd love to be involved if you're actively looking for initial
 committers.
  I'm very familiar with OSGi, puppet, and the Hadoop ecosystem side of
  things. I'm (non-binding) +1 on accepting the project to the incubator.
 
 
  Thanks Eric and welcome to the team.
 
  -- Andrei Savu
 



Re: [VOTE] Accept Tajo into the Apache Incubator

2013-03-07 Thread Jakob Homan
Will do.  This is going to be fun.


On Thu, Mar 7, 2013 at 4:17 PM, Owen O'Malley omal...@apache.org wrote:

 With 11 binding +1's and 5 non-binding +1's the vote passes. Jakob, can you
 start the process for setting up the project?

 Thanks, all.

 -- Owen


 On Mon, Mar 4, 2013 at 4:35 PM, Alex Karasulu akaras...@apache.org
 wrote:

  On Sat, Mar 2, 2013 at 3:48 AM, Alex Karasulu akaras...@apache.org
  wrote:
 
   +1 (binding)
  
  
  Just as an FYI, I'm also a mentor of this project.
 
  --
  Best Regards,
  -- Alex
 



Re: [PROPOSAL] Provisionr join the Apache Incubator

2013-03-07 Thread Eric Sammer
The VOTE just closed so we can't modify the proposal, but I think we can
grant karma once the project is up.


On Thu, Mar 7, 2013 at 4:20 PM, Andrew Bayer andrew.ba...@gmail.com wrote:

 A little belated, but I'd be interested in helping out as well.

 A.

 On Sat, Mar 2, 2013 at 3:21 PM, Andrei Savu savu.and...@gmail.com wrote:

  I think the proposal is now ready for voting. I will go ahead and start a
  new thread.
 
  http://wiki.apache.org/incubator/ProvisionrProposal
 
  Thank you all!
 
  -- Andrei Savu
 
  On Fri, Mar 1, 2013 at 6:57 PM, Andrei Savu savu.and...@gmail.com
 wrote:
 
  
   On Fri, Mar 1, 2013 at 10:45 AM, Eric Sammer esam...@cloudera.com
  wrote:
  
   I'd love to be involved if you're actively looking for initial
  committers.
   I'm very familiar with OSGi, puppet, and the Hadoop ecosystem side of
   things. I'm (non-binding) +1 on accepting the project to the
 incubator.
  
  
   Thanks Eric and welcome to the team.
  
   -- Andrei Savu
  
 




-- 
Eric Sammer
twitter: esammer
data: www.cloudera.com


Re: [VOTE] Accept Tajo into the Apache Incubator

2013-03-07 Thread edward yoon

Congratz guys!

On 3/8/2013 9:17 AM, Owen O'Malley wrote:

With 11 binding +1's and 5 non-binding +1's the vote passes. Jakob, can you
start the process for setting up the project?

Thanks, all.

-- Owen


On Mon, Mar 4, 2013 at 4:35 PM, Alex Karasulu akaras...@apache.org wrote:


On Sat, Mar 2, 2013 at 3:48 AM, Alex Karasulu akaras...@apache.org
wrote:


+1 (binding)



Just as an FYI, I'm also a mentor of this project.

--
Best Regards,
-- Alex



--
Best Regards, Edward J. Yoon
@eddieyoon


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



Re: [RESULT][VOTE] Release Apache Mesos 0.10.0-incubating (RC4)

2013-03-07 Thread Mattmann, Chris A (388J)
[Dropping general@incubator.a.o]

Great job, Ben and Mesos community!

I see that Mesos 0.10 has synced to the mirrors:

http://apache.claz.org/incubator/mesos/mesos-0.10.0-incubating/


Great news!

Got any ideas about the [ANNOUNCE] email? Is there a template?

See this example from the Apache OODT community:

http://s.apache.org/gm

We should also plan on updating the website.

Great work!

Cheers,
Chris

P.S. Saw that 0.11 RC is up now too! Great, but was wondering if there was
a discussion of doing it and what should be included, etc., that you can
point me to?

On 3/6/13 11:42 AM, Benjamin Hindman benjamin.hind...@gmail.com wrote:

The vote to release mesos-0.10.0-incubating has passed with 3 IPMC binding
+1s and 3 non-binding +1s:

IPMC binding votes:

Chris Mattmann
Paul Ramirez
Andrew Hart

Others:

Vinod Kone
Ben Mahler
Ben Hindman

Thank you!


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



Re: [RESULT][VOTE] Release Apache Mesos 0.10.0-incubating (RC4)

2013-03-07 Thread Mattmann, Chris A (388J)
Sorry for the spam all.

Long day.

Cheers,
Chris

On 3/7/13 9:34 PM, Mattmann, Chris A (388J)
chris.a.mattm...@jpl.nasa.gov wrote:

[Dropping general@incubator.a.o]

Great job, Ben and Mesos community!

I see that Mesos 0.10 has synced to the mirrors:

http://apache.claz.org/incubator/mesos/mesos-0.10.0-incubating/


Great news!

Got any ideas about the [ANNOUNCE] email? Is there a template?

See this example from the Apache OODT community:

http://s.apache.org/gm

We should also plan on updating the website.

Great work!

Cheers,
Chris

P.S. Saw that 0.11 RC is up now too! Great, but was wondering if there was
a discussion of doing it and what should be included, etc., that you can
point me to?

On 3/6/13 11:42 AM, Benjamin Hindman benjamin.hind...@gmail.com wrote:

The vote to release mesos-0.10.0-incubating has passed with 3 IPMC
binding
+1s and 3 non-binding +1s:

IPMC binding votes:

Chris Mattmann
Paul Ramirez
Andrew Hart

Others:

Vinod Kone
Ben Mahler
Ben Hindman

Thank you!



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



Re: [VOTE] Accept Tajo into the Apache Incubator

2013-03-07 Thread Alex Karasulu
Indeed congratulations everyone!


On Fri, Mar 8, 2013 at 3:50 AM, edward yoon edward.y...@oracle.com wrote:

 Congratz guys!


 On 3/8/2013 9:17 AM, Owen O'Malley wrote:

 With 11 binding +1's and 5 non-binding +1's the vote passes. Jakob, can
 you
 start the process for setting up the project?

 Thanks, all.

 -- Owen


 On Mon, Mar 4, 2013 at 4:35 PM, Alex Karasulu akaras...@apache.org
 wrote:

  On Sat, Mar 2, 2013 at 3:48 AM, Alex Karasulu akaras...@apache.org
 wrote:

  +1 (binding)


  Just as an FYI, I'm also a mentor of this project.

 --
 Best Regards,
 -- Alex


 --
 Best Regards, Edward J. Yoon
 @eddieyoon



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




-- 
Best Regards,
-- Alex