Re: [VOTE] Release Apache Tez-0.3.0-incubating RC0

2014-02-25 Thread Jason Lowe

+1

- Verified signature
- MD5 digest matched but tez-0.3.0-incubating.tar.gz.sha1 did not match 
gpg --print-md sha1 tez-0.3.0-incubating.tar.gz.  Assuming this is 
either a mistake on my part or it can be easily corrected when the 
release is pushed.

- Built from source
- Deployed to a single-node YARN cluster
- Ran some sample Tez jobs

Jason

On 02/23/2014 01:31 PM, Hitesh Shah wrote:

Hello folks,

I have created a tez-0.3.0-incubating release candidate (rc0). This is the 
second release for Tez.

GIT source tag: 
https://git-wip-us.apache.org/repos/asf/incubator-tez/repo?p=incubator-tez.git;a=log;h=refs/tags/release-0.3.0-incubating-rc0
Staging site: 
https://dist.apache.org/repos/dist/dev/incubator/tez/0.3.0-incubating-rc0/
Nexus Staging URL: 
https://repository.apache.org/content/repositories/orgapachetez-1002

PGP release keys: 
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA9510905F0B000F0
KEYS file also available at 
https://dist.apache.org/repos/dist/release/incubator/tez/KEYS

One can look into the issues fixed in this release at: 
https://issues.apache.org/jira/browse/TEZ/fixforversion/12325655 or look at the 
CHANGES.txt in the release tarball.

Vote will be open for at least 72 hours ( until the required number of IPMC 
votes are obtained ).

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

For folks not familiar with vetting a release, please refer to 
http://incubator.apache.org/guides/releasemanagement.html#check-list

thanks
-- Hitesh



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



Re: [VOTE] Release Apache Tez-0.3.0-incubating RC0

2014-02-25 Thread Cheolsoo Park
-1 (non-binding)

I am sorry, but Pig on Tez is broken with this RC. My understanding is
that MRInputSplitDistributor
that Pig is using is broken in this RC, and without fixing it, Pig on
Tez doesn't work at all. The Pig team would like to use this release to
deploy Pig on Tez soon, and we think this is a serious bug to roll another
RC.

Do you mind including the fix in a new RC?


On Tue, Feb 25, 2014 at 12:22 PM, Jason Lowe  wrote:

> +1
>
> - Verified signature
> - MD5 digest matched but tez-0.3.0-incubating.tar.gz.sha1 did not match
> gpg --print-md sha1 tez-0.3.0-incubating.tar.gz.  Assuming this is either a
> mistake on my part or it can be easily corrected when the release is pushed.
> - Built from source
> - Deployed to a single-node YARN cluster
> - Ran some sample Tez jobs
>
> Jason
>
>
> On 02/23/2014 01:31 PM, Hitesh Shah wrote:
>
>> Hello folks,
>>
>> I have created a tez-0.3.0-incubating release candidate (rc0). This is
>> the second release for Tez.
>>
>> GIT source tag: https://git-wip-us.apache.org/
>> repos/asf/incubator-tez/repo?p=incubator-tez.git;a=log;h=
>> refs/tags/release-0.3.0-incubating-rc0
>> Staging site: https://dist.apache.org/repos/dist/dev/incubator/tez/0.3.0-
>> incubating-rc0/
>> Nexus Staging URL: https://repository.apache.org/content/repositories/
>> orgapachetez-1002
>>
>> PGP release keys: http://pgp.mit.edu:11371/pks/lookup?op=get&search=
>> 0xA9510905F0B000F0
>> KEYS file also available at https://dist.apache.org/repos/
>> dist/release/incubator/tez/KEYS
>>
>> One can look into the issues fixed in this release at:
>> https://issues.apache.org/jira/browse/TEZ/fixforversion/12325655 or look
>> at the CHANGES.txt in the release tarball.
>>
>> Vote will be open for at least 72 hours ( until the required number of
>> IPMC votes are obtained ).
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>>
>> For folks not familiar with vetting a release, please refer to
>> http://incubator.apache.org/guides/releasemanagement.html#check-list
>>
>> thanks
>> -- Hitesh
>>
>
>


Re: [VOTE] Release Apache Tez-0.3.0-incubating RC0

2014-02-25 Thread Rohini Palaniswamy
Sidd,
Even if we do MRInputAMSplitGenerator it will be a configurable option.
Cases like hbase, hcat would still require MRInputSplitDistributor

- Rohini


On Tue, Feb 25, 2014 at 2:44 PM, Siddharth Seth  wrote:

> Caused by TEZ-880, and a patch is up on TEZ-889.
>
> If PIG does plan to use this release (instead of master) then I guess a
> new RC is required. The other affect is some failing examples.
>
> Irrespective, PIG should move over to AM split generation -
> (MRInputAMSplitGenerator) - which can be made to work on secure clusters
> (I believe that¹s the main reason Pig was using MRInputSplitDistributor).
>
> - Sid
>
> On 2/25/14, 2:33 PM, "Cheolsoo Park"  wrote:
>
> >-1 (non-binding)
> >
> >I am sorry, but Pig on Tez is broken with this RC. My understanding is
> >that MRInputSplitDistributor
> >that Pig is using is broken in this RC, and without fixing it, Pig on
> >Tez doesn't work at all. The Pig team would like to use this release to
> >deploy Pig on Tez soon, and we think this is a serious bug to roll another
> >RC.
> >
> >Do you mind including the fix in a new RC?
> >
> >
> >On Tue, Feb 25, 2014 at 12:22 PM, Jason Lowe  wrote:
> >
> >> +1
> >>
> >> - Verified signature
> >> - MD5 digest matched but tez-0.3.0-incubating.tar.gz.sha1 did not match
> >> gpg --print-md sha1 tez-0.3.0-incubating.tar.gz.  Assuming this is
> >>either a
> >> mistake on my part or it can be easily corrected when the release is
> >>pushed.
> >> - Built from source
> >> - Deployed to a single-node YARN cluster
> >> - Ran some sample Tez jobs
> >>
> >> Jason
> >>
> >>
> >> On 02/23/2014 01:31 PM, Hitesh Shah wrote:
> >>
> >>> Hello folks,
> >>>
> >>> I have created a tez-0.3.0-incubating release candidate (rc0). This is
> >>> the second release for Tez.
> >>>
> >>> GIT source tag: https://git-wip-us.apache.org/
> >>> repos/asf/incubator-tez/repo?p=incubator-tez.git;a=log;h=
> >>> refs/tags/release-0.3.0-incubating-rc0
> >>> Staging site:
> >>>https://dist.apache.org/repos/dist/dev/incubator/tez/0.3.0-
> >>> incubating-rc0/
> >>> Nexus Staging URL: https://repository.apache.org/content/repositories/
> >>> orgapachetez-1002
> >>>
> >>> PGP release keys: http://pgp.mit.edu:11371/pks/lookup?op=get&search=
> >>> 0xA9510905F0B000F0
> >>> KEYS file also available at https://dist.apache.org/repos/
> >>> dist/release/incubator/tez/KEYS
> >>>
> >>> One can look into the issues fixed in this release at:
> >>> https://issues.apache.org/jira/browse/TEZ/fixforversion/12325655 or
> >>>look
> >>> at the CHANGES.txt in the release tarball.
> >>>
> >>> Vote will be open for at least 72 hours ( until the required number of
> >>> IPMC votes are obtained ).
> >>>
> >>> [ ] +1 approve
> >>> [ ] +0 no opinion
> >>> [ ] -1 disapprove (and reason why)
> >>>
> >>> For folks not familiar with vetting a release, please refer to
> >>> http://incubator.apache.org/guides/releasemanagement.html#check-list
> >>>
> >>> thanks
> >>> -- Hitesh
> >>>
> >>
> >>
>
>
>


Re: [VOTE] Release of Apache Phoenix 2.2.3 incubating

2014-02-25 Thread David Nalley
On Mon, Feb 24, 2014 at 9:37 PM, James Taylor  wrote:
> Hello everyone,
>
> This is a call for a vote on Apache Phoenix 2.2.3 incubating. Phoenix is a
> SQL query engine for Apache HBase, a NoSQL data store.  It is accessed as a
> JDBC driver and enables querying and managing HBase tables using SQL. This
> will be our first release in the incubator.
>
> The RC is available for download at
> http://people.apache.org/~jamestaylor/phoenix-2.2.3-incubating-RC3/ and is
> signed with my code signing key 5F5F3233. The source code may be found in
> http://people.apache.org/~jamestaylor/phoenix-2.2.3-incubating-RC3/phoenix-2.2.3-incubating-src.tar.gzwhile
> a convenience, pre-built binary may be found in
> http://people.apache.org/~jamestaylor/phoenix-2.2.3-incubating-RC3/phoenix-2.2.3-incubating.tar.gz
> .
>
> GIT source tag:
> https://git-wip-us.apache.org/repos/asf?p=incubator-phoenix.git;a=log;h=refs/tags/v2.2.3
> GIT commit:
> https://git-wip-us.apache.org/repos/asf?p=incubator-phoenix.git;a=commit;h=5e7d071693b6ad4adb758b94d53808a75feeae26
>

Hi James:

Nice to see phoenix working on a release so rapidly.
This vote is missing a lot of information that makes it much harder to
work with.
Has your dev list seen this vote? If so a link to the [RESULT] of that
vote would be nice. If not, why not? (I couldn't find an RC3 vote in
my hasty look at your archives)
How many binding IPMC votes did you get on your dev list vote? (If you
have enough binding votes, I might not expend the time, while if you
are lacking votes I might be willing to invest the time to help)
The RC2 vote email was a bit better in the last two regards.
Please put the RC# in the subject - this was threaded in my mail
client under an RC2 mail.

Where is your KEYS file? (does phoenix have a space on dist.a.o?) Even
having your key in your LDAP profile would be ok, but you don't link
to the key, which is extra work. You'll need a KEYS file when you
publish anyway.

The NOTICE and LICENSE files are problematic. NOTICE in the source
tarball contains notices for software that simply doesn't exist in the
source tarball. And LICENSE in the convenience binary seems to be
missing licenses for software that is included.
Have a look here:
http://www.apache.org/dev/licensing-howto.html#mod-notice for more details.

Getting the first release out is always a challenge; the process can
be daunting; but don't get discouraged, it gets easier with every
iteration.

--David

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



[VOTE] Release Apache Tez-0.3.0-incubating RC1

2014-02-25 Thread Hitesh Shah
Hello folks,

I have created a tez-0.3.0-incubating release candidate (rc1). This is the 
second release for Tez.

The previous RC was cancelled due to a bug discovered when the RC was tested 
against downstream projects.

GIT source tag: 
https://git-wip-us.apache.org/repos/asf/incubator-tez/repo?p=incubator-tez.git;a=log;h=refs/tags/release-0.3.0-incubating-rc1
 ( commit hash 6987e18f6b3c5358e1eb125bc2d63be39f71e892 )
Staging site: 
https://dist.apache.org/repos/dist/dev/incubator/tez/0.3.0-incubating-rc1/ ( 
svn revision 4508 ) 
Nexus Staging URL: 
https://repository.apache.org/content/repositories/orgapachetez-1003

PGP release keys: 
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA9510905F0B000F0
KEYS file also available at 
https://dist.apache.org/repos/dist/release/incubator/tez/KEYS

One can look into the issues fixed in this release at: 
https://issues.apache.org/jira/browse/TEZ/fixforversion/12325655 or look at the 
CHANGES.txt in the release tarball.

Vote will be open for at least 72 hours ( until the required number of IPMC 
votes are obtained ).

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

For folks not familiar with vetting a release, please refer to 
http://incubator.apache.org/guides/releasemanagement.html#check-list

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



Re: [VOTE] Graduation of Apache Tajo from the Incubator

2014-02-25 Thread Edward J. Yoon
+1

On Sat, Feb 22, 2014 at 12:44 PM, Mattmann, Chris A (3980)
 wrote:
> Hi Everyone,
>
> After a successful community VOTE [1] in which 4 IPMC members
> already VOTEd positively for graduation, I'm now calling an IPMC
> VOTE to graduate Tajo from the Incubator. Apache Tajo has
> seen successful Incubator releases, has added new contributors,
> has discussed their project on list and consistent with the
> Apache ways. There is a great momentum in the community and
> I am wholeheartedly recommending its graduation from the
> Incubator.
>
> Please VOTE below on the graduation of Apache Tajo from the
> Incubator. The graduation resolution is pasted below.
> I'll leave the VOTE open for at least 72 hours:
>
> [ ] +1 Graduate Apache Tajo from the Incubator.
> [ ] +0 Don't care.
> [ ] -1 Don't graduate Apache Tajo from the Incubator because
>
> Here is my enthusiastic +1 for Tajo's graduation!
>
> Cheers,
> Chris
>
> [1] http://s.apache.org/sM
>
> ---resolution
>
> WHEREAS, the Board of Directors deems it to be in the best
>   interests of the Foundation and consistent with the Foundation's
>   purpose to establish a Project Management Committee charged with
>   the creation and maintenance of open-source software, for
>   distribution at no charge to the public, related to low latency
>   queries, and extract, transform and load
> (ETL) operations for the Hadoop ecosystem.
>
>   NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
>   (PMC), to be known as the "Apache Tajo Project" be and hereby is
>   established pursuant to Bylaws of the Foundation; and be it further
>
>   RESOLVED, that the Apache Tajo Project be and hereby is responsible
>   for the creation and maintenance of software
> related to low latency queries, and extract, transform and load
> (ETL) operations for the Hadoop ecosystem; and be it further
>
>   RESOLVED, that the office of "Vice President, Apache Tajo", be
>   and hereby is created, the person holding such office to serve
>   at the direction of the Board of Directors as the chair of the
>   Apache Tajo Project, and to have primary responsibility for
> management of the projects within the scope of responsibility
>   of the Apache Tajo Project; and be it further
>
>   RESOLVED, that the persons listed immediately below be and hereby
>   are appointed to serve as the initial members of the Apache Tajo
>   Project:
>
> Alex Karasulu 
> Eli Reisman 
> Henry Saputra 
> Hyunsik Choi 
> Jakob Glen Homan 
> Chris Mattmann 
> Owen O'Malley 
> JaeHwa Jung 
> Jinho Kim 
> Jihoon Son 
> Keuntae Park 
> Roshan Sumbaly 
> Sangwook Kim 
> Yi Liu 
>
> NOW, THEREFORE, BE IT FURTHER RESOLVED, that Hyunsik Choi be appointed
> to the office of Vice President, Apache Tajo, to serve in accordance
> with and subject to the direction of the Board of Directors and the
> Bylaws of the Foundation until death, resignation, retirement,
> removal or disqualification, or until a successor is appointed; and
> be it further
>
> RESOLVED, that the Apache Tajo Project be and hereby is tasked with
> the migration and rationalization of the Apache Incubator Tajo
> podling; and be it further
>
> RESOLVED, that all responsibilities pertaining to the Apache Incubator
> Tajo podling encumbered upon the Apache Incubator Project are
> hereafter discharged.
>
>
>
>
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>



-- 
Edward J. Yoon (@eddieyoon)
Chief Executive Officer
DataSayer, Inc.

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



Re: [VOTE] Graduation of Apache Tajo from the Incubator

2014-02-25 Thread Hyunsik Choi
+1 (non-binding)


On Sat, Feb 22, 2014 at 12:44 PM, Mattmann, Chris A (3980) <
chris.a.mattm...@jpl.nasa.gov> wrote:

> Hi Everyone,
>
> After a successful community VOTE [1] in which 4 IPMC members
> already VOTEd positively for graduation, I'm now calling an IPMC
> VOTE to graduate Tajo from the Incubator. Apache Tajo has
> seen successful Incubator releases, has added new contributors,
> has discussed their project on list and consistent with the
> Apache ways. There is a great momentum in the community and
> I am wholeheartedly recommending its graduation from the
> Incubator.
>
> Please VOTE below on the graduation of Apache Tajo from the
> Incubator. The graduation resolution is pasted below.
> I'll leave the VOTE open for at least 72 hours:
>
> [ ] +1 Graduate Apache Tajo from the Incubator.
> [ ] +0 Don't care.
> [ ] -1 Don't graduate Apache Tajo from the Incubator because
>
> Here is my enthusiastic +1 for Tajo's graduation!
>
> Cheers,
> Chris
>
> [1] http://s.apache.org/sM
>
> ---resolution
>
> WHEREAS, the Board of Directors deems it to be in the best
>   interests of the Foundation and consistent with the Foundation's
>   purpose to establish a Project Management Committee charged with
>   the creation and maintenance of open-source software, for
>   distribution at no charge to the public, related to low latency
>   queries, and extract, transform and load
> (ETL) operations for the Hadoop ecosystem.
>
>   NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
>   (PMC), to be known as the "Apache Tajo Project" be and hereby is
>   established pursuant to Bylaws of the Foundation; and be it further
>
>   RESOLVED, that the Apache Tajo Project be and hereby is responsible
>   for the creation and maintenance of software
> related to low latency queries, and extract, transform and load
> (ETL) operations for the Hadoop ecosystem; and be it further
>
>   RESOLVED, that the office of "Vice President, Apache Tajo", be
>   and hereby is created, the person holding such office to serve
>   at the direction of the Board of Directors as the chair of the
>   Apache Tajo Project, and to have primary responsibility for
> management of the projects within the scope of responsibility
>   of the Apache Tajo Project; and be it further
>
>   RESOLVED, that the persons listed immediately below be and hereby
>   are appointed to serve as the initial members of the Apache Tajo
>   Project:
>
> Alex Karasulu 
> Eli Reisman 
> Henry Saputra 
> Hyunsik Choi 
> Jakob Glen Homan 
> Chris Mattmann 
> Owen O'Malley 
> JaeHwa Jung 
> Jinho Kim 
> Jihoon Son 
> Keuntae Park 
> Roshan Sumbaly 
> Sangwook Kim 
> Yi Liu 
>
> NOW, THEREFORE, BE IT FURTHER RESOLVED, that Hyunsik Choi be appointed
> to the office of Vice President, Apache Tajo, to serve in accordance
> with and subject to the direction of the Board of Directors and the
> Bylaws of the Foundation until death, resignation, retirement,
> removal or disqualification, or until a successor is appointed; and
> be it further
>
> RESOLVED, that the Apache Tajo Project be and hereby is tasked with
> the migration and rationalization of the Apache Incubator Tajo
> podling; and be it further
>
> RESOLVED, that all responsibilities pertaining to the Apache Incubator
> Tajo podling encumbered upon the Apache Incubator Project are
> hereafter discharged.
>
>
>
>
>
>


Re: [VOTE] Release Apache Tez-0.3.0-incubating RC0

2014-02-25 Thread Siddharth Seth
Caused by TEZ-880, and a patch is up on TEZ-889.

If PIG does plan to use this release (instead of master) then I guess a
new RC is required. The other affect is some failing examples.

Irrespective, PIG should move over to AM split generation -
(MRInputAMSplitGenerator) - which can be made to work on secure clusters
(I believe that¹s the main reason Pig was using MRInputSplitDistributor).

- Sid

On 2/25/14, 2:33 PM, "Cheolsoo Park"  wrote:

>-1 (non-binding)
>
>I am sorry, but Pig on Tez is broken with this RC. My understanding is
>that MRInputSplitDistributor
>that Pig is using is broken in this RC, and without fixing it, Pig on
>Tez doesn't work at all. The Pig team would like to use this release to
>deploy Pig on Tez soon, and we think this is a serious bug to roll another
>RC.
>
>Do you mind including the fix in a new RC?
>
>
>On Tue, Feb 25, 2014 at 12:22 PM, Jason Lowe  wrote:
>
>> +1
>>
>> - Verified signature
>> - MD5 digest matched but tez-0.3.0-incubating.tar.gz.sha1 did not match
>> gpg --print-md sha1 tez-0.3.0-incubating.tar.gz.  Assuming this is
>>either a
>> mistake on my part or it can be easily corrected when the release is
>>pushed.
>> - Built from source
>> - Deployed to a single-node YARN cluster
>> - Ran some sample Tez jobs
>>
>> Jason
>>
>>
>> On 02/23/2014 01:31 PM, Hitesh Shah wrote:
>>
>>> Hello folks,
>>>
>>> I have created a tez-0.3.0-incubating release candidate (rc0). This is
>>> the second release for Tez.
>>>
>>> GIT source tag: https://git-wip-us.apache.org/
>>> repos/asf/incubator-tez/repo?p=incubator-tez.git;a=log;h=
>>> refs/tags/release-0.3.0-incubating-rc0
>>> Staging site: 
>>>https://dist.apache.org/repos/dist/dev/incubator/tez/0.3.0-
>>> incubating-rc0/
>>> Nexus Staging URL: https://repository.apache.org/content/repositories/
>>> orgapachetez-1002
>>>
>>> PGP release keys: http://pgp.mit.edu:11371/pks/lookup?op=get&search=
>>> 0xA9510905F0B000F0
>>> KEYS file also available at https://dist.apache.org/repos/
>>> dist/release/incubator/tez/KEYS
>>>
>>> One can look into the issues fixed in this release at:
>>> https://issues.apache.org/jira/browse/TEZ/fixforversion/12325655 or
>>>look
>>> at the CHANGES.txt in the release tarball.
>>>
>>> Vote will be open for at least 72 hours ( until the required number of
>>> IPMC votes are obtained ).
>>>
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove (and reason why)
>>>
>>> For folks not familiar with vetting a release, please refer to
>>> http://incubator.apache.org/guides/releasemanagement.html#check-list
>>>
>>> thanks
>>> -- Hitesh
>>>
>>
>>



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



[CANCEL] [VOTE] Release Apache Tez-0.3.0-incubating RC0

2014-02-25 Thread Hitesh Shah
The vote is being cancelled due to the Pig team finding an issue when testing 
against the release candidate. 

thanks
-- Hitesh

On Feb 23, 2014, at 11:31 AM, Hitesh Shah wrote:

> Hello folks,
> 
> I have created a tez-0.3.0-incubating release candidate (rc0). This is the 
> second release for Tez. 
> 
> GIT source tag: 
> https://git-wip-us.apache.org/repos/asf/incubator-tez/repo?p=incubator-tez.git;a=log;h=refs/tags/release-0.3.0-incubating-rc0
> Staging site: 
> https://dist.apache.org/repos/dist/dev/incubator/tez/0.3.0-incubating-rc0/
> Nexus Staging URL: 
> https://repository.apache.org/content/repositories/orgapachetez-1002
> 
> PGP release keys: 
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA9510905F0B000F0
> KEYS file also available at 
> https://dist.apache.org/repos/dist/release/incubator/tez/KEYS
> 
> One can look into the issues fixed in this release at: 
> https://issues.apache.org/jira/browse/TEZ/fixforversion/12325655 or look at 
> the CHANGES.txt in the release tarball.
> 
> Vote will be open for at least 72 hours ( until the required number of IPMC 
> votes are obtained ).
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
> 
> For folks not familiar with vetting a release, please refer to 
> http://incubator.apache.org/guides/releasemanagement.html#check-list
> 
> thanks
> -- Hitesh


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



Re: [VOTE] Release of Apache Phoenix 2.2.3 incubating

2014-02-25 Thread Andrew Purtell
Thanks for the clarifications and background reading.

On Mon, Feb 24, 2014 at 8:14 PM, Marvin Humphrey wrote:

> Taking a step back... My feeling about many of the ASF's policy docs is
> that
> they would be clearer if they were formulated using imperatives
> (SHOULD/MUST/etc.) rather than as FAQs.  Informational FAQs also have an
> unfortunate tendency to harden into policy over time, leading to bloat.
>

+1


-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)
T


[RESULT] [VOTE] Release of Apache Allura 1.1.0 incubating

2014-02-25 Thread Dave Brondsema
The vote passes with 3 +1s and 1 -1:

+1
--
Dave Brondsema
Jim Jagielski
Henry Saputra

-1
--
Daniel Gruno


Vote thread: http://s.apache.org/jv

Thanks for the votes and feedback on this release.


-- 
Dave Brondsema : d...@brondsema.net
http://www.brondsema.net : personal
http://www.splike.com : programming
  <><

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



Re: [VOTE] Release of Apache Allura 1.1.0 incubating

2014-02-25 Thread Dave Brondsema
On 2/25/14 8:41 AM, Jim Jagielski wrote:
> 
> On Feb 21, 2014, at 1:49 PM, Daniel Gruno  wrote:
>> At first I did not bother installing everything, as I assumed this
>> wasn't necessary. I have since tried it with the full install, and it
>> did not produce the same error then, but I still think the change to the
>> plugin file is necessary for a release to be sane. Many people will
>> probably run into this error as well if they only do a minimal installation.
>>
> 
> I see and agree w/ Daniel's point, but not strongly enough
> to reverse my +1 vote for release :)
> 

Same here - fix will be included in our next release.



-- 
Dave Brondsema : d...@brondsema.net
http://www.brondsema.net : personal
http://www.splike.com : programming
  <><

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



Re: [VOTE] Release Apache Tez-0.3.0-incubating RC0

2014-02-25 Thread Vijayakumar Ramdoss
+11

Sent from my iPhone

> On Feb 23, 2014, at 2:31 PM, "Hitesh Shah"  wrote:
> 
> Hello folks,
> 
> I have created a tez-0.3.0-incubating release candidate (rc0). This is the 
> second release for Tez. 
> 
> GIT source tag: 
> https://git-wip-us.apache.org/repos/asf/incubator-tez/repo?p=incubator-tez.git;a=log;h=refs/tags/release-0.3.0-incubating-rc0
> Staging site: 
> https://dist.apache.org/repos/dist/dev/incubator/tez/0.3.0-incubating-rc0/
> Nexus Staging URL: 
> https://repository.apache.org/content/repositories/orgapachetez-1002
> 
> PGP release keys: 
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA9510905F0B000F0
> KEYS file also available at 
> https://dist.apache.org/repos/dist/release/incubator/tez/KEYS
> 
> One can look into the issues fixed in this release at: 
> https://issues.apache.org/jira/browse/TEZ/fixforversion/12325655 or look at 
> the CHANGES.txt in the release tarball.
> 
> Vote will be open for at least 72 hours ( until the required number of IPMC 
> votes are obtained ).
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
> 
> For folks not familiar with vetting a release, please refer to 
> http://incubator.apache.org/guides/releasemanagement.html#check-list
> 
> thanks
> -- Hitesh

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



Re: [VOTE] Release of Apache Allura 1.1.0 incubating

2014-02-25 Thread Jim Jagielski

On Feb 21, 2014, at 1:49 PM, Daniel Gruno  wrote:
> At first I did not bother installing everything, as I assumed this
> wasn't necessary. I have since tried it with the full install, and it
> did not produce the same error then, but I still think the change to the
> plugin file is necessary for a release to be sane. Many people will
> probably run into this error as well if they only do a minimal installation.
> 

I see and agree w/ Daniel's point, but not strongly enough
to reverse my +1 vote for release :)


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



Re: [VOTE] Release Apache Tez-0.3.0-incubating RC0

2014-02-25 Thread Chen He
+0 non-binding

download the source code, compile and deploy on Fedora 17;
successfully run orderedwordcount based on hadoop-2.2;

turn on DEBUG of DAGAppMaster and get following Exceptions when job
finishing:
























*2014-02-24 16:21:06,966 INFO [ContainerLauncher #2]
org.apache.tez.dag.app.launcher.ContainerLauncherImpl: Processing the event
EventType: CONTAINER_STOP_REQUEST2014-02-24 16:21:06,967 INFO
[AsyncDispatcher event handler]
org.apache.tez.dag.app.rm.container.AMContainerImpl: AMContainer
container_1393280308546_0001_01_02 transitioned from IDLE to
STOP_REQUESTED via event C_NM_STOP_SENT2014-02-24 16:21:06,968 ERROR
[ContainerLauncher Event Handler]
org.apache.hadoop.yarn.YarnUncaughtExceptionHandler: Thread
Thread[ContainerLauncher Event Handler,5,main] threw an
Exception.java.util.concurrent.RejectedExecutionException: Task
org.apache.tez.dag.app.launcher.ContainerLauncherImpl$EventProcessor@5d9c26c8
rejected from java.util.concurrent.ThreadPoolExecutor@36b6447b[Shutting
down, pool size = 3, active threads = 0, queued tasks = 0, completed tasks
= 3]at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
at
org.apache.tez.dag.app.launcher.ContainerLauncherImpl$1.run(ContainerLauncherImpl.java:310)2014-02-24
16:21:06,969 INFO [DelayedContainerManager]
org.apache.tez.dag.app.rm.TaskScheduler: AllocatedContainerManager Thread
interrupted2014-02-24 16:21:06,970 INFO [DelayedContainerManager]
org.apache.tez.dag.app.rm.TaskScheduler: Releasing unused container:
container_1393280308546_0001_01_032014-02-24 16:21:06,971 INFO
[DelayedContainerManager] org.apache.tez.dag.app.rm.TaskScheduler:
Releasing unused container:
container_1393280308546_0001_01_022014-02-24 16:21:06,990 INFO
[AMShutdownThread] org.apache.hadoop.yarn.client.api.impl.AMRMClientImpl:
Waiting for application to be successfully unregistered.2014-02-24
16:21:07,092 INFO [AMRM Heartbeater thread]
org.apache.hadoop.yarn.client.api.async.impl.AMRMClientAsyncImpl:
Heartbeater interruptedjava.lang.InterruptedException: sleep
interruptedat java.lang.Thread.sleep(Native Method)at
org.apache.hadoop.yarn.client.api.async.impl.AMRMClientAsyncImpl$HeartbeatThread.run(AMRMClientAsyncImpl.java:249)2014-02-24
16:21:07,092 INFO [AMRM Callback Handler Thread]
org.apache.hadoop.yarn.client.api.async.impl.AMRMClientAsyncImpl:
Interrupted while waiting for queuejava.lang.InterruptedExceptionat
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
org.apache.hadoop.yarn.client.api.async.impl.AMRMClientAsyncImpl$CallbackHandlerThread.run(AMRMClientAsyncImpl.java:275)2014-02-24
16:21:07,093 INFO [AMShutdownThread] org.apache.hadoop.ipc.Server: Stopping
server on 404602014-02-24 16:21:07,095 INFO [IPC Server listener on 40460]
org.apache.hadoop.ipc.Server: Stopping IPC Server listener on 40460*



Chen




> Hello folks,
>
> I have created a tez-0.3.0-incubating release candidate (rc0). This is the
> second release for Tez.
>
> GIT source tag:
> https://git-wip-us.apache.org/repos/asf/incubator-tez/repo?p=incubator-tez.git;a=log;h=refs/tags/release-0.3.0-incubating-rc0
> Staging site:
> https://dist.apache.org/repos/dist/dev/incubator/tez/0.3.0-incubating-rc0/
> Nexus Staging URL:
> https://repository.apache.org/content/repositories/orgapachetez-1002
>
> PGP release keys:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA9510905F0B000F0
> KEYS file also available at
> https://dist.apache.org/repos/dist/release/incubator/tez/KEYS
>
> One can look into the issues fixed in this release at:
> https://issues.apache.org/jira/browse/TEZ/fixforversion/12325655 or look
> at the CHANGES.txt in the release tarball.
>
> Vote will be open for at least 72 hours ( until the required number of
> IPMC votes are obtained ).
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> For folks not familiar with vetting a release, please refer to
> http://incubator.apache.org/guides/releasemanagement.html#check-list
>
> thanks
> -- Hitesh
>
>


Re: [VOTE] Release Apache Tez-0.3.0-incubating RC0

2014-02-25 Thread Tsuyoshi OZAWA
+1 (non-binding)

On Sun, Feb 23, 2014 at 11:32 PM, Gunther Hagleitner
 wrote:
> +1
>
> Thanks,
> Gunther.
>
>
> On Sun, Feb 23, 2014 at 7:00 PM, Lianhui Wang wrote:
>
>> +1.
>>
>>
>> 2014-02-24 8:25 GMT+08:00 Bikas Saha :
>>
>> > +1.
>> >
>> >
>> >
>> > -Original Message-
>> > From: Hitesh Shah [mailto:hit...@apache.org]
>> > Sent: Sunday, February 23, 2014 11:31 AM
>> > To: d...@tez.incubator.apache.org; general@incubator.apache.org
>> > Subject: [VOTE] Release Apache Tez-0.3.0-incubating RC0
>> >
>> > Hello folks,
>> >
>> > I have created a tez-0.3.0-incubating release candidate (rc0). This is
>> the
>> > second release for Tez.
>> >
>> > GIT source tag:
>> >
>> https://git-wip-us.apache.org/repos/asf/incubator-tez/repo?p=incubator-tez
>> > .git;a=log;h=refs/tags/release-0.3.0-incubating-rc0
>> > Staging site:
>> >
>> https://dist.apache.org/repos/dist/dev/incubator/tez/0.3.0-incubating-rc0/
>> > Nexus Staging URL:
>> > https://repository.apache.org/content/repositories/orgapachetez-1002
>> >
>> > PGP release keys:
>> > http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA9510905F0B000F0
>> > KEYS file also available at
>> > https://dist.apache.org/repos/dist/release/incubator/tez/KEYS
>> >
>> > One can look into the issues fixed in this release at:
>> > https://issues.apache.org/jira/browse/TEZ/fixforversion/12325655 or look
>> > at the CHANGES.txt in the release tarball.
>> >
>> > Vote will be open for at least 72 hours ( until the required number of
>> > IPMC votes are obtained ).
>> >
>> > [ ] +1 approve
>> > [ ] +0 no opinion
>> > [ ] -1 disapprove (and reason why)
>> >
>> > For folks not familiar with vetting a release, please refer to
>> > http://incubator.apache.org/guides/releasemanagement.html#check-list
>> >
>> > thanks
>> > -- Hitesh
>> >
>> > --
>> > 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.
>> >
>>
>>
>>
>> --
>> thanks
>>
>> 王联辉(Lianhui Wang)
>> blog; http://blog.csdn.net/lance_123
>> 兴趣方向:数据库,分布式,数据挖掘,编程语言,互联网技术等
>>
>
> --
> 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.



-- 
- Tsuyoshi

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