Re: [VOTE] Accept Blur into the Apache Incubator

2012-07-30 Thread Bertrand Delacretaz
On Fri, Jul 20, 2012 at 6:42 PM, Aaron McCurry amccu...@gmail.com wrote:
 I would like to call a vote for accepting Blur for incubation in the
 Apache Incubator...

+1

-Bertrand

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



[ANN] Apache Amber 0.22-incubating released!

2012-07-30 Thread Simone Tripodi
(apologize for the cross post...)

Hi all,

The Apache Amber Team is pleased to announce the release of Apache
Amber 0.22-incubating!

Apache Amber component is a lightweight yet powerful Java library that
allows users adopt the OAuth protocol in both Client/Server side.

This is the first release under the Incubator of the Apache Software
Foundation and contains a number of improvements and bug fixes:

Sub-task

  [AMBER-2] - Request User accounts from Infra

Bug

  [AMBER-5] - Design of server API
  [AMBER-14] - [oauth2-rs-filter] comma-separated oauth.rs.tokens
isn't parsed properly
  [AMBER-17] - Remove GPL code from Amber code base
  [AMBER-28] - OAuthAccessResourceRequest and extractors using old
version of spec to find access token
  [AMBER-29] - OAUTH_HEADER_NAME needs to be updated to latest spec
  [AMBER-30] - CodeValidator needs to be updated to latest spec
  [AMBER-31] - End User Authorization Endpoint (namely
OAuthAuthzRequest) needs to be updated to latest spec
  [AMBER-33] - Grant types need to be updated to latest spec
  [AMBER-34] - Fix the pom.xml so that we can run mvn eclipse:eclipse
  [AMBER-38] - AuthorizationCodeValidator needs to be updated to latest spec
  [AMBER-45] - Authorization Response needs to be updated to latest spec
  [AMBER-47] - Update OAuthError class using the error code as for
version 22 of the spec
  [AMBER-53] - expires_in field in JSON responses should be a number
not a string

Improvement

  [AMBER-16] - HttpServletRequest.getRemoteUser() should return the
name of the security principal, not null.
  [AMBER-18] - Site template is missing some Javascript, as a result
of fix for AMBER-17
  [AMBER-21] - Update dynamic client registration module to be
compliant with the OAuth Dynamic Client Registration Protocol - PUSHED
metadata
  [AMBER-26] - OAuthAuthzRequest does not contain getState() method
  [AMBER-35] - Add a shutdown method to OAuthClient/HttpClient to
allow graceful release of resources
  [AMBER-36] - Add support for token_type and make sure state is
passed back from the URL fragment for the callback
  [AMBER-37] - Specify the CI url inside the Maven POM
  [AMBER-40] - Unify maven version id's for all artifacts in Amber
  [AMBER-42] - Update amber based on the latest oauth 2.0 draft v22
  [AMBER-43] - Missing OAuth parameter is ambiguous for a resource request
  [AMBER-44] - Add method to OAuthClient that allows sending GET
request to OAuth token endpoint
  [AMBER-48] - Resource Server module extension

New Feature

  [AMBER-1] - Setting up Amber project
  [AMBER-11] - OAuth 2.0 Client from leeloo
  [AMBER-12] - OAuth 2.0 server code from leeloo

Task

  [AMBER-10] - Refactor project structure to welcome Leelo
  [AMBER-23] - Update svn:ignore property to ignore target folder and
eclipse project files
  [AMBER-39] - Create a branch for OAuth draft-10 implementation
  [AMBER-55] - Move Amber OAuth 1.0 related modules to attic


Apache Amber is available in source form from the following download
page (waiting for the repos sync at the time of writing):

http://incubator.apache.org/amber/download.html


When downloading from a mirror site, please remember to verify the
downloads using signatures found on the Apache site:

http://www.apache.org/dist/incubator/amber/KEYS


Apache Amber is also available in binary form or for use using Maven 2
from the Central Maven Repository:

http://repo1.maven.org/maven2/org/apache/amber/


For more information on Apache Amber, visit the project home page:

http://incubator.apache.org/amber/

- Simo, on behalf of the Apache Amber community

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: [VOTE] Accept Blur into the Apache Incubator

2012-07-30 Thread Alexei Fedotov
+1 (non-binding)
20.07.2012 20:43 пользователь Aaron McCurry amccu...@gmail.com написал:

 I would like to call a vote for accepting Blur for incubation in the
 Apache Incubator. The full proposal is available below.

 Please cast your vote:

 [ ] +1, bring Blur into Incubator
 [ ] +0, I don't care either way,
 [ ] -1, do not bring Blur into Incubator, because...

 This vote will be open for 72 hours and only votes from the Incubator
 PMC are binding.

 Thank you for your consideration!

 Aaron

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

 = Blur Proposal =

 == Abstract ==
 Blur is a search platform capable of searching massive amounts of data
 in a cloud computing environment. Blur leverages several existing
 Apache projects, including Apache Lucene, Apache Hadoop, Apache
 !ZooKeeper and Apache Thrift.  Both bulk and near real time (NRT)
 updates are possible with Blur.  Bulk updates are accomplished using
 Hadoop Map/Reduce and NRT are performed through direct Thrift calls.

 == Proposal ==
 Blur is an open source search platform capable of querying massive
 amounts of data at incredible speeds. Rather than using the flat,
 document-like data model used by most search solutions, Blur allows
 you to build rich data models and search them in a semi-relational
 manner similar to joins while querying a relational database. Using
 Blur, you can get precise search results against terabytes of data at
 Google-like speeds.  Blur leverages multiple open source projects
 including Hadoop, Lucene, Thrift and !ZooKeeper to create an
 environment where structured data can be transformed into an index
 that runs on a Hadoop cluster.  Blur uses the power of Map/Reduce for
 bulk indexing into Blur.  Server failures are handled automatically by
 using !ZooKeeper for cluster state and HDFS for index storage.

 == Background ==
 Blur was created by Aaron !McCurry in 2010. Blur was developed to
 solve the challenges in dealing with searching huge quantities of data
 that the traditional RDBMS solutions could not cope with while still
 providing JOIN-like capabilities to query the data.  Several other
 open source projects have implemented aspects of this design including
 elasticsearch, Katta and Apache Solr.

 == Rationale ==
 There is a need for a distributed search capability within the Hadoop
 ecosystem. Currently, there are no other search solutions that
 natively leverage HDFS and the failover features of Hadoop in the same
 manner as the Blur project. The communities we expect to be most
 interested in such a project are government, health care, and other
 industries where scalability is a concern. We have made much progress
 in developing this project over the past 2 years and believe both the
 project and the interested communities would benefit from this work
 being openly available and having open development.  In future
 versions of Blur the API will more closely follow the API’s provided
 in Lucene so that systems that already use Lucene can more easily
 scale with Blur. Blur can be viewed as a query execution engine that
 Lucene based solutions can utilize when scale becomes an issue.

 == Initial Goals ==
 The initial goals of the project are:
  * To migrate the Blur codebase, issue tracking and wiki from
 github.com and integrate the project with the ASF infrastructure.
  * Add new committers to the project and grow the community in The Apache
 Way.

 == Current Status ==

 === Meritocracy ===
 Blur was initially developed by Aaron !McCurry in June 2010.  Since
 then Blur has continued to evolve with the support of a small
 development team at Near Infinity.  As a part of the Apache Software
 Foundation, the Apache Blur team intends to strongly encourage the
 community to help with and contribute to the project.  Apache Blur
 will actively seek potential committers and help them become familiar
 with the codebase.

 === Community ===
 A small community has developed around Blur and several project teams
 are currently using Blur for their big data search capability. The
 source code is currently available on GitHub and there is a dedicated
 website (blur.io) that provides an overview of the project. Blur has
 been shared with several members of the Apache community and has been
 presented at the Bay Area HUG (see
 http://www.meetup.com/hadoop/events/20109471/).

 === Core Developers ===
 The current developers are employed by Near Infinity Corporation, but
 we anticipate interest developing among other companies.

 === Alignment ===
 Blur is built on top of a number of Apache projects; Hadoop, Lucene,
 !ZooKeeper, and Thrift. It builds with Maven.  During the course of
 Blur development, a couple of patches have been committed back to the
 Lucene project, including LUCENE-2205 and LUCENE-2215.  Due to the
 strong relationship with the before mentioned Apache projects, the
 incubator is a good match for Blur.

 == Known Risks ==

 === Orphaned Products ===
 There is only a small risk of being orphaned. 

Re: Preparing for August report

2012-07-30 Thread Jukka Zitting
Hi,

On Thu, Jul 26, 2012 at 6:15 PM, Jukka Zitting jukka.zitt...@gmail.com wrote:
 I've prepared the August report page [1] with placeholders for all
 podlings whose reports are expected.

... and here are the assigned shepherds based on [2]:

  Benson Margulies - Syncope, VCL
  Dave Fisher  - Ambari, DeltaSpike
  Jukka Zitting- Clerezza, Nuvem, PhotArk, Stanbol
  Matt Franklin- Amber, Droids, NPanday
  Matt Hogstrom- SIS, Wookie
  Mohammad Nour- Airavata
  Ross Gardler - Wink

Many of you are mentoring more than one podling reporting this month,
and I tried to adjust the number of reports to review based on that.
Let me know if you don't think you'll have time to review the assigned
reports and we'll find someone to take over.

[1] http://wiki.apache.org/incubator/August2012
[2] http://wiki.apache.org/incubator/IncubatorShepherds

BR,

Jukka Zitting

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



Re: [VOTE] Release Droids 0.2.0-incubating (RC1)

2012-07-30 Thread Richard Frovarp

On 07/23/2012 10:44 AM, Richard Frovarp wrote:

On 07/09/2012 11:19 AM, Richard Frovarp wrote:

A 0.2.0-incubating release candidate has been created. This will be the
second release of Apache Droids incubating.

We have 3 +1 votes, with 1 +1 IPMC vote (rfrovarp). We are in need of 2
more IPMC votes.

Vote thread:
http://mail-archives.apache.org/mod_mbox/incubator-droids-dev/201206.mbox/%3C4FDAA788.4000400%40apache.org%3E



Release Notes:
http://people.apache.org/~rfrovarp/droids/0.2.0-rc1/release-notes.html

The following artifacts are up for a vote:

SVN source tag (r1350453):
https://svn.apache.org/repos/asf/incubator/droids/tags/0.2.0-incubating/

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachedroids-238/

Source release:
http://people.apache.org/~rfrovarp/droids/0.2.0-rc1/

PGP release keys (signed using 26B716B3):
https://svn.apache.org/repos/asf/incubator/droids/KEYS


[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)


I still need 2 more +1's from the IPMC. I would certainly appreciate any
help.


Still in need of 2 more +1's from the IPMC to get the release out. Any 
help at all is appreciated.


Thanks,
Richard

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