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 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



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 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



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

2014-02-24 Thread Arun C Murthy
+1 (binding)

Arun

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
> 



-- 
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 Apache Tez-0.3.0-incubating RC0

2014-02-24 Thread Hitesh Shah
Thanks for the review, Sebb. 

NOTICE file updated in trunk for the next release. I also made a change to our 
how-to-release documentation to ensure that the git hash and svn revisions are 
sent out in future votes.

thanks
-- Hitesh

On Feb 24, 2014, at 4:25 AM, sebb wrote:

> On 23 February 2014 19:31, 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
> 
> Very good set of links.
> Provides everything needed for reviewers to check the release contents.
> Ideally the GIT hash should also be included, as tags are not immutable.
> And for the mail archives it would be useful to include the SVN
> revision for the dist/dev/ tag.
> 
> One minor point - the NOTICE file still says 2013; that should be
> updated for the next release (assuming substantive changes have been
> made in 2014)
> 
>> 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
>> 
> 
> -
> 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 Tez-0.3.0-incubating RC0

2014-02-24 Thread sebb
On 23 February 2014 19:31, 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

Very good set of links.
Provides everything needed for reviewers to check the release contents.
Ideally the GIT hash should also be included, as tags are not immutable.
And for the mail archives it would be useful to include the SVN
revision for the dist/dev/ tag.

One minor point - the NOTICE file still says 2013; that should be
updated for the next release (assuming substantive changes have been
made in 2014)

> 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
>

-
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-24 Thread Lianhui Wang
+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
兴趣方向:数据库,分布式,数据挖掘,编程语言,互联网技术等


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

2014-02-24 Thread 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.

-
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-24 Thread Gunther Hagleitner
+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.