You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by James Taylor <ja...@apache.org> on 2014/08/26 00:43:01 UTC

[VOTE] Release of Apache Phoenix 3.1.0 RC3

Hi everyone,
This is a call for a vote on Apache Phoenix 3.1.0 RC3. This is the
next minor release of Phoenix compatible with the 0.94 branch of
Apache HBase and will be our first release as a top level project. The
release includes both a source-only release and a convenience binary
release.

The previous RC was sunk due to PHOENIX-1184 which was caused by not
including both the hadoop1 and hadoop2 compiled jars for our
phoenix-pig and phoenix-flume modules in our binary distribution.

In addition to lots of bug fixes, the follow new features were added:
- Support for derived/nested tables
- Support for MINVALUE, MAXVALUE, and CYCLE in sequence creation
- Detect mutable index write failures and perform partial rebuild automatically
- Chunking of results from non aggregate queries to reduced latency
and prevent unnecessary spooling
- Easier integration with third-party tools by not requiring Phoenix
to be on the main classpath.
- Implementation of a Pig Loader
- Support for ANY/ALL constructors for ARRAYs
- Allow connection to secure cluster by specifying keytab and principal on URL
- New operators and built-in functions: %, ENCODE, DECODE, LPAD,
FIRST_VALUE, LAST_VALUE, NTH_VALUE

For a complete list of changes, see:
https://raw.githubusercontent.com/apache/phoenix/3.0/CHANGES

The source tarball, including signatures, digests, etc can be found at:
https://dist.apache.org/repos/dist/dev/phoenix/phoenix-3.1.0-rc3/src/

The binary artifacts can be found at:
https://dist.apache.org/repos/dist/dev/phoenix/phoenix-3.1.0-rc3/bin/

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/mujtaba.asc

KEYS file available here:
https://dist.apache.org/repos/dist/release/phoenix/KEYS

The hash and tag to be voted upon:
https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=commit;h=ca86a4763a871e58bf189f00d234116cd97e5d7e
https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=tag;h=refs/tags/v3.1.0-rc3

Vote will be open for at least 72 hours. Please vote:

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

Thanks,
The Apache Phoenix Team

Re: [VOTE] Release of Apache Phoenix 3.1.0 RC3

Posted by Gabriel Reid <ga...@gmail.com>.
+1

Validated signatures in src and bin distributions, basic check of
LICENSE and NOTICE files, checked tags in git compared to contents of
src distribution, ran rat, and ran full integration test suite for
hadoop1 profile.

One thing to note is that apparently the integration test suite
doesn't run for the hadoop2 profile (although this is due to
dependency issues in the integration tests, no reason to get in the
way of the release). I'll add a JIRA ticket for this.

- Gabriel


On Thu, Aug 28, 2014 at 8:53 AM, Devaraj Das <dd...@hortonworks.com> wrote:
> +1 (downloaded sources, built, ran unit tests).
>
> On Mon, Aug 25, 2014 at 3:43 PM, James Taylor <ja...@apache.org> wrote:
>> Hi everyone,
>> This is a call for a vote on Apache Phoenix 3.1.0 RC3. This is the
>> next minor release of Phoenix compatible with the 0.94 branch of
>> Apache HBase and will be our first release as a top level project. The
>> release includes both a source-only release and a convenience binary
>> release.
>>
>> The previous RC was sunk due to PHOENIX-1184 which was caused by not
>> including both the hadoop1 and hadoop2 compiled jars for our
>> phoenix-pig and phoenix-flume modules in our binary distribution.
>>
>> In addition to lots of bug fixes, the follow new features were added:
>> - Support for derived/nested tables
>> - Support for MINVALUE, MAXVALUE, and CYCLE in sequence creation
>> - Detect mutable index write failures and perform partial rebuild automatically
>> - Chunking of results from non aggregate queries to reduced latency
>> and prevent unnecessary spooling
>> - Easier integration with third-party tools by not requiring Phoenix
>> to be on the main classpath.
>> - Implementation of a Pig Loader
>> - Support for ANY/ALL constructors for ARRAYs
>> - Allow connection to secure cluster by specifying keytab and principal on URL
>> - New operators and built-in functions: %, ENCODE, DECODE, LPAD,
>> FIRST_VALUE, LAST_VALUE, NTH_VALUE
>>
>> For a complete list of changes, see:
>> https://raw.githubusercontent.com/apache/phoenix/3.0/CHANGES
>>
>> The source tarball, including signatures, digests, etc can be found at:
>> https://dist.apache.org/repos/dist/dev/phoenix/phoenix-3.1.0-rc3/src/
>>
>> The binary artifacts can be found at:
>> https://dist.apache.org/repos/dist/dev/phoenix/phoenix-3.1.0-rc3/bin/
>>
>> Release artifacts are signed with the following key:
>> https://people.apache.org/keys/committer/mujtaba.asc
>>
>> KEYS file available here:
>> https://dist.apache.org/repos/dist/release/phoenix/KEYS
>>
>> The hash and tag to be voted upon:
>> https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=commit;h=ca86a4763a871e58bf189f00d234116cd97e5d7e
>> https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=tag;h=refs/tags/v3.1.0-rc3
>>
>> Vote will be open for at least 72 hours. Please vote:
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>>
>> Thanks,
>> The Apache Phoenix Team
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.

Re: [VOTE] Release of Apache Phoenix 3.1.0 RC3

Posted by Devaraj Das <dd...@hortonworks.com>.
+1 (downloaded sources, built, ran unit tests).

On Mon, Aug 25, 2014 at 3:43 PM, James Taylor <ja...@apache.org> wrote:
> Hi everyone,
> This is a call for a vote on Apache Phoenix 3.1.0 RC3. This is the
> next minor release of Phoenix compatible with the 0.94 branch of
> Apache HBase and will be our first release as a top level project. The
> release includes both a source-only release and a convenience binary
> release.
>
> The previous RC was sunk due to PHOENIX-1184 which was caused by not
> including both the hadoop1 and hadoop2 compiled jars for our
> phoenix-pig and phoenix-flume modules in our binary distribution.
>
> In addition to lots of bug fixes, the follow new features were added:
> - Support for derived/nested tables
> - Support for MINVALUE, MAXVALUE, and CYCLE in sequence creation
> - Detect mutable index write failures and perform partial rebuild automatically
> - Chunking of results from non aggregate queries to reduced latency
> and prevent unnecessary spooling
> - Easier integration with third-party tools by not requiring Phoenix
> to be on the main classpath.
> - Implementation of a Pig Loader
> - Support for ANY/ALL constructors for ARRAYs
> - Allow connection to secure cluster by specifying keytab and principal on URL
> - New operators and built-in functions: %, ENCODE, DECODE, LPAD,
> FIRST_VALUE, LAST_VALUE, NTH_VALUE
>
> For a complete list of changes, see:
> https://raw.githubusercontent.com/apache/phoenix/3.0/CHANGES
>
> The source tarball, including signatures, digests, etc can be found at:
> https://dist.apache.org/repos/dist/dev/phoenix/phoenix-3.1.0-rc3/src/
>
> The binary artifacts can be found at:
> https://dist.apache.org/repos/dist/dev/phoenix/phoenix-3.1.0-rc3/bin/
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/mujtaba.asc
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/phoenix/KEYS
>
> The hash and tag to be voted upon:
> https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=commit;h=ca86a4763a871e58bf189f00d234116cd97e5d7e
> https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=tag;h=refs/tags/v3.1.0-rc3
>
> Vote will be open for at least 72 hours. Please vote:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Thanks,
> The Apache Phoenix Team

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [VOTE] Release of Apache Phoenix 3.1.0 RC3

Posted by James Taylor <ja...@apache.org>.
+1

On Thu, Aug 28, 2014 at 10:09 AM, Mujtaba Chohan <mu...@apache.org> wrote:
> +1.
>
> 1. Verified deployment on cluster.
> 2. Verified performance is on par with last release.
>
> //mujtaba
>
>
> On Thu, Aug 28, 2014 at 4:46 AM, Steven Noels <st...@satisa.be> wrote:
>
>> > Vote will be open for at least 72 hours. Please vote:
>> >
>> > [X] +1 approve
>>
>> Steven.
>>

Re: [VOTE] Release of Apache Phoenix 3.1.0 RC3

Posted by Mujtaba Chohan <mu...@apache.org>.
+1.

1. Verified deployment on cluster.
2. Verified performance is on par with last release.

//mujtaba


On Thu, Aug 28, 2014 at 4:46 AM, Steven Noels <st...@satisa.be> wrote:

> > Vote will be open for at least 72 hours. Please vote:
> >
> > [X] +1 approve
>
> Steven.
>

Re: [VOTE] Release of Apache Phoenix 3.1.0 RC3

Posted by Steven Noels <st...@satisa.be>.
> Vote will be open for at least 72 hours. Please vote:
> 
> [X] +1 approve

Steven.