You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Jianfeng (Jeff) Zhang" <jz...@hortonworks.com> on 2015/05/14 10:58:09 UTC

[VOTE] Release Apache Tez-0.7.0 RC0

Hi folks,


I have created an tez-0.7.0 release candidate rc0.

Tez 0.7.0 is supposed to include all the bug fixes and improvement in 0.5.4 and 0.6.1 (both will be released soon).  Besides that,

0.7.0 also make lots of performance and scalability enhancement like

  1.  Reduce AM mem usage caused by storing TezEvents
  2.  Stabilize and improve the Pipeline shuffle,  make PipelienedSorter as the default sorter,
  3.  Remove 2 GB memlimit restriction in MergeManager
  4.  Enable local fetch optimization by default

GIT source tag  https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=refs/tags/release-0.7.0-rc0

Staging site: https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/

Nexus Staging URL: https://repository.apache.org/content/repositories/orgapachetez-1023

PGP release keys http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F

KEYS file available at https://dist.apache.org/repos/dist/release/tez/KEYS

One can look into the issues fixed in this release at https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVersion+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC


Vote will be open for at least 72 hours.

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


I begin with my vote with my +1


Best Regard,
Jeff Zhang


Re: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by Rohini Palaniswamy <ro...@gmail.com>.
+1.

Ran a big Pig job (47K tasks) that was affected by TEZ-776. Ran into OOM
quickly because Pig was giving preference to yarn.app.mapreduce.am.command-opts
instead of using default of tez.am.launch.cmd-opts which had -XX:+UseNUMA.
With -XX:+UseNUMA AM used very less memory and it completed fine even when
running 13K tasks in parallel. So that is good. We will be fixing in pig to
add -XX:+UseNUMA if we pick up mapreduce settings -
https://issues.apache.org/jira/browse/PIG-4555. Bikas is investigating why
the huge difference with and without NUMA for the Tez AM.  But would not
consider that a blocker for the release as the tez default has NUMA.

Regards,
Rohini

On Fri, May 15, 2015 at 11:27 AM, Siddharth Seth <ss...@apache.org> wrote:

> +1. Verified signatures, checksums and rat checks. Ran a couple of simple
> jobs successfully.
>
> On Thu, May 14, 2015 at 1:58 AM, Jianfeng (Jeff) Zhang <
> jzhang@hortonworks.com> wrote:
>
> >
> > Hi folks,
> >
> >
> > I have created an tez-0.7.0 release candidate rc0.
> >
> > Tez 0.7.0 is supposed to include all the bug fixes and improvement in
> > 0.5.4 and 0.6.1 (both will be released soon).  Besides that,
> >
> > 0.7.0 also make lots of performance and scalability enhancement like
> >
> >   1.  Reduce AM mem usage caused by storing TezEvents
> >   2.  Stabilize and improve the Pipeline shuffle,  make PipelienedSorter
> > as the default sorter,
> >   3.  Remove 2 GB memlimit restriction in MergeManager
> >   4.  Enable local fetch optimization by default
> >
> > GIT source tag
> >
> https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=refs/tags/release-0.7.0-rc0
> >
> > Staging site:
> > https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
> >
> > Nexus Staging URL:
> > https://repository.apache.org/content/repositories/orgapachetez-1023
> >
> > PGP release keys
> > http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
> >
> > KEYS file available at
> https://dist.apache.org/repos/dist/release/tez/KEYS
> >
> > One can look into the issues fixed in this release at
> >
> https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVersion+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
> >
> >
> > Vote will be open for at least 72 hours.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove (and reason why)
> >
> >
> > I begin with my vote with my +1
> >
> >
> > Best Regard,
> > Jeff Zhang
> >
> >
>

Re: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by Siddharth Seth <ss...@apache.org>.
+1. Verified signatures, checksums and rat checks. Ran a couple of simple
jobs successfully.

On Thu, May 14, 2015 at 1:58 AM, Jianfeng (Jeff) Zhang <
jzhang@hortonworks.com> wrote:

>
> Hi folks,
>
>
> I have created an tez-0.7.0 release candidate rc0.
>
> Tez 0.7.0 is supposed to include all the bug fixes and improvement in
> 0.5.4 and 0.6.1 (both will be released soon).  Besides that,
>
> 0.7.0 also make lots of performance and scalability enhancement like
>
>   1.  Reduce AM mem usage caused by storing TezEvents
>   2.  Stabilize and improve the Pipeline shuffle,  make PipelienedSorter
> as the default sorter,
>   3.  Remove 2 GB memlimit restriction in MergeManager
>   4.  Enable local fetch optimization by default
>
> GIT source tag
> https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=refs/tags/release-0.7.0-rc0
>
> Staging site:
> https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
>
> Nexus Staging URL:
> https://repository.apache.org/content/repositories/orgapachetez-1023
>
> PGP release keys
> http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
>
> KEYS file available at https://dist.apache.org/repos/dist/release/tez/KEYS
>
> One can look into the issues fixed in this release at
> https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVersion+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
>
>
> Vote will be open for at least 72 hours.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
>
> I begin with my vote with my +1
>
>
> Best Regard,
> Jeff Zhang
>
>

Re: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by "Jianfeng (Jeff) Zhang" <jz...@hortonworks.com>.
I am pleased to announce this vote passes with 9 +1 votes (5 binding)

Binding Votes
------------------
Hitesh Shah
Siddharth Seth
Rohini Palaniswamy
Rajesh Balamohan
Bikas Saha

Non-Binding Votes
-------------------------
Prakash Ramachandran
Jianfeng (Jeff) Zhang
Daniel Dai
Mit Desai

Thanks to all who voted and tried out this release. I'll wrap up the
release process and send the announce.



Best Regard,
Jeff Zhang





On 5/20/15, 1:38 AM, "Bikas Saha" <bi...@hortonworks.com> wrote:

>+1 (binding). 
>
>Ran some large jobs on a multi-node cluster.
>
>Bikas
>
>-----Original Message-----
>From: Bikas Saha [mailto:bikas@hortonworks.com]
>Sent: Tuesday, May 19, 2015 10:37 AM
>To: dev@tez.apache.org
>Subject: RE: [VOTE] Release Apache Tez-0.7.0 RC0
>
>+1
>
>-----Original Message-----
>From: Hitesh Shah [mailto:hitesh@apache.org]
>Sent: Friday, May 15, 2015 4:15 PM
>To: dev@tez.apache.org
>Subject: Re: [VOTE] Release Apache Tez-0.7.0 RC0
>
>+1 (binding). 
>
>Verified sigs, checksums, ran simple jobs on a single node cluster.
>
>Also, compiled against hadoop versions 2.2.0, 2.4.0 and 2.6.0 to verify
>compat. 
>
>thanks
>- Hitesh
>
>On May 14, 2015, at 1:58 AM, Jianfeng (Jeff) Zhang
><jz...@hortonworks.com> wrote:
>
>> 
>> Hi folks,
>> 
>> 
>> I have created an tez-0.7.0 release candidate rc0.
>> 
>> Tez 0.7.0 is supposed to include all the bug fixes and improvement in
>> 0.5.4 and 0.6.1 (both will be released soon).  Besides that,
>> 
>> 0.7.0 also make lots of performance and scalability enhancement like
>> 
>>  1.  Reduce AM mem usage caused by storing TezEvents  2.  Stabilize
>> and improve the Pipeline shuffle,  make PipelienedSorter as the
>> default sorter,  3.  Remove 2 GB memlimit restriction in MergeManager
>> 4.  Enable local fetch optimization by default
>> 
>> GIT source tag
>> https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=ref
>> s/tags/release-0.7.0-rc0
>> 
>> Staging site: 
>> https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
>> 
>> Nexus Staging URL:
>> https://repository.apache.org/content/repositories/orgapachetez-1023
>> 
>> PGP release keys
>> http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
>> 
>> KEYS file available at
>> https://dist.apache.org/repos/dist/release/tez/KEYS
>> 
>> One can look into the issues fixed in this release at
>> https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVers
>> ion+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
>> 
>> 
>> Vote will be open for at least 72 hours.
>> 
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>> 
>> 
>> I begin with my vote with my +1
>> 
>> 
>> Best Regard,
>> Jeff Zhang
>> 
>


RE: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by Bikas Saha <bi...@hortonworks.com>.
+1 (binding). 

Ran some large jobs on a multi-node cluster.

Bikas

-----Original Message-----
From: Bikas Saha [mailto:bikas@hortonworks.com] 
Sent: Tuesday, May 19, 2015 10:37 AM
To: dev@tez.apache.org
Subject: RE: [VOTE] Release Apache Tez-0.7.0 RC0

+1

-----Original Message-----
From: Hitesh Shah [mailto:hitesh@apache.org]
Sent: Friday, May 15, 2015 4:15 PM
To: dev@tez.apache.org
Subject: Re: [VOTE] Release Apache Tez-0.7.0 RC0

+1 (binding). 

Verified sigs, checksums, ran simple jobs on a single node cluster. 

Also, compiled against hadoop versions 2.2.0, 2.4.0 and 2.6.0 to verify compat. 

thanks
- Hitesh

On May 14, 2015, at 1:58 AM, Jianfeng (Jeff) Zhang <jz...@hortonworks.com> wrote:

> 
> Hi folks,
> 
> 
> I have created an tez-0.7.0 release candidate rc0.
> 
> Tez 0.7.0 is supposed to include all the bug fixes and improvement in
> 0.5.4 and 0.6.1 (both will be released soon).  Besides that,
> 
> 0.7.0 also make lots of performance and scalability enhancement like
> 
>  1.  Reduce AM mem usage caused by storing TezEvents  2.  Stabilize 
> and improve the Pipeline shuffle,  make PipelienedSorter as the 
> default sorter,  3.  Remove 2 GB memlimit restriction in MergeManager 
> 4.  Enable local fetch optimization by default
> 
> GIT source tag
> https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=ref
> s/tags/release-0.7.0-rc0
> 
> Staging site: 
> https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
> 
> Nexus Staging URL: 
> https://repository.apache.org/content/repositories/orgapachetez-1023
> 
> PGP release keys
> http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
> 
> KEYS file available at
> https://dist.apache.org/repos/dist/release/tez/KEYS
> 
> One can look into the issues fixed in this release at 
> https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVers
> ion+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
> 
> 
> Vote will be open for at least 72 hours.
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
> 
> 
> I begin with my vote with my +1
> 
> 
> Best Regard,
> Jeff Zhang
> 


RE: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by Bikas Saha <bi...@hortonworks.com>.
+1

-----Original Message-----
From: Hitesh Shah [mailto:hitesh@apache.org] 
Sent: Friday, May 15, 2015 4:15 PM
To: dev@tez.apache.org
Subject: Re: [VOTE] Release Apache Tez-0.7.0 RC0

+1 (binding). 

Verified sigs, checksums, ran simple jobs on a single node cluster. 

Also, compiled against hadoop versions 2.2.0, 2.4.0 and 2.6.0 to verify compat. 

thanks
- Hitesh

On May 14, 2015, at 1:58 AM, Jianfeng (Jeff) Zhang <jz...@hortonworks.com> wrote:

> 
> Hi folks,
> 
> 
> I have created an tez-0.7.0 release candidate rc0.
> 
> Tez 0.7.0 is supposed to include all the bug fixes and improvement in 
> 0.5.4 and 0.6.1 (both will be released soon).  Besides that,
> 
> 0.7.0 also make lots of performance and scalability enhancement like
> 
>  1.  Reduce AM mem usage caused by storing TezEvents  2.  Stabilize 
> and improve the Pipeline shuffle,  make PipelienedSorter as the 
> default sorter,  3.  Remove 2 GB memlimit restriction in MergeManager  
> 4.  Enable local fetch optimization by default
> 
> GIT source tag  
> https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=ref
> s/tags/release-0.7.0-rc0
> 
> Staging site: 
> https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
> 
> Nexus Staging URL: 
> https://repository.apache.org/content/repositories/orgapachetez-1023
> 
> PGP release keys 
> http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
> 
> KEYS file available at 
> https://dist.apache.org/repos/dist/release/tez/KEYS
> 
> One can look into the issues fixed in this release at 
> https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVers
> ion+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
> 
> 
> Vote will be open for at least 72 hours.
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
> 
> 
> I begin with my vote with my +1
> 
> 
> Best Regard,
> Jeff Zhang
> 


Re: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by Prakash Ramachandran <pr...@hortonworks.com>.
+1 ran samples and small jobs successfully , checked the functionality of tez-ui




On 5/18/15, 9:44 AM, "Daniel Dai" <da...@hortonworks.com> wrote:

>+1 (nonbinding). Run Pig unit tests and e2e tests in tez mode, all looks
>good.
>
>Thanks,
>Daniel
>
>On 5/15/15, 4:15 PM, "Hitesh Shah" <hi...@apache.org> wrote:
>
>>+1 (binding). 
>>
>>Verified sigs, checksums, ran simple jobs on a single node cluster.
>>
>>Also, compiled against hadoop versions 2.2.0, 2.4.0 and 2.6.0 to verify
>>compat. 
>>
>>thanks
>>‹ Hitesh
>>
>>On May 14, 2015, at 1:58 AM, Jianfeng (Jeff) Zhang
>><jz...@hortonworks.com> wrote:
>>
>>> 
>>> Hi folks,
>>> 
>>> 
>>> I have created an tez-0.7.0 release candidate rc0.
>>> 
>>> Tez 0.7.0 is supposed to include all the bug fixes and improvement in
>>>0.5.4 and 0.6.1 (both will be released soon).  Besides that,
>>> 
>>> 0.7.0 also make lots of performance and scalability enhancement like
>>> 
>>>  1.  Reduce AM mem usage caused by storing TezEvents
>>>  2.  Stabilize and improve the Pipeline shuffle,  make PipelienedSorter
>>>as the default sorter,
>>>  3.  Remove 2 GB memlimit restriction in MergeManager
>>>  4.  Enable local fetch optimization by default
>>> 
>>> GIT source tag  
>>>https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=refs/t
>>>ags/release-0.7.0-rc0
>>> 
>>> Staging site: 
>>>https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
>>> 
>>> Nexus Staging URL:
>>>https://repository.apache.org/content/repositories/orgapachetez-1023
>>> 
>>> PGP release keys
>>>http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
>>> 
>>> KEYS file available at
>>>https://dist.apache.org/repos/dist/release/tez/KEYS
>>> 
>>> One can look into the issues fixed in this release at
>>>https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVersion
>>>+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
>>> 
>>> 
>>> Vote will be open for at least 72 hours.
>>> 
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove (and reason why)
>>> 
>>> 
>>> I begin with my vote with my +1
>>> 
>>> 
>>> Best Regard,
>>> Jeff Zhang
>>> 
>>
>

Re: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by Daniel Dai <da...@hortonworks.com>.
+1 (nonbinding). Run Pig unit tests and e2e tests in tez mode, all looks
good.

Thanks,
Daniel

On 5/15/15, 4:15 PM, "Hitesh Shah" <hi...@apache.org> wrote:

>+1 (binding). 
>
>Verified sigs, checksums, ran simple jobs on a single node cluster.
>
>Also, compiled against hadoop versions 2.2.0, 2.4.0 and 2.6.0 to verify
>compat. 
>
>thanks
>‹ Hitesh
>
>On May 14, 2015, at 1:58 AM, Jianfeng (Jeff) Zhang
><jz...@hortonworks.com> wrote:
>
>> 
>> Hi folks,
>> 
>> 
>> I have created an tez-0.7.0 release candidate rc0.
>> 
>> Tez 0.7.0 is supposed to include all the bug fixes and improvement in
>>0.5.4 and 0.6.1 (both will be released soon).  Besides that,
>> 
>> 0.7.0 also make lots of performance and scalability enhancement like
>> 
>>  1.  Reduce AM mem usage caused by storing TezEvents
>>  2.  Stabilize and improve the Pipeline shuffle,  make PipelienedSorter
>>as the default sorter,
>>  3.  Remove 2 GB memlimit restriction in MergeManager
>>  4.  Enable local fetch optimization by default
>> 
>> GIT source tag  
>>https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=refs/t
>>ags/release-0.7.0-rc0
>> 
>> Staging site: 
>>https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
>> 
>> Nexus Staging URL:
>>https://repository.apache.org/content/repositories/orgapachetez-1023
>> 
>> PGP release keys
>>http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
>> 
>> KEYS file available at
>>https://dist.apache.org/repos/dist/release/tez/KEYS
>> 
>> One can look into the issues fixed in this release at
>>https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVersion
>>+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
>> 
>> 
>> Vote will be open for at least 72 hours.
>> 
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>> 
>> 
>> I begin with my vote with my +1
>> 
>> 
>> Best Regard,
>> Jeff Zhang
>> 
>


Re: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by Hitesh Shah <hi...@apache.org>.
+1 (binding). 

Verified sigs, checksums, ran simple jobs on a single node cluster. 

Also, compiled against hadoop versions 2.2.0, 2.4.0 and 2.6.0 to verify compat. 

thanks
— Hitesh

On May 14, 2015, at 1:58 AM, Jianfeng (Jeff) Zhang <jz...@hortonworks.com> wrote:

> 
> Hi folks,
> 
> 
> I have created an tez-0.7.0 release candidate rc0.
> 
> Tez 0.7.0 is supposed to include all the bug fixes and improvement in 0.5.4 and 0.6.1 (both will be released soon).  Besides that,
> 
> 0.7.0 also make lots of performance and scalability enhancement like
> 
>  1.  Reduce AM mem usage caused by storing TezEvents
>  2.  Stabilize and improve the Pipeline shuffle,  make PipelienedSorter as the default sorter,
>  3.  Remove 2 GB memlimit restriction in MergeManager
>  4.  Enable local fetch optimization by default
> 
> GIT source tag  https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=refs/tags/release-0.7.0-rc0
> 
> Staging site: https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
> 
> Nexus Staging URL: https://repository.apache.org/content/repositories/orgapachetez-1023
> 
> PGP release keys http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
> 
> KEYS file available at https://dist.apache.org/repos/dist/release/tez/KEYS
> 
> One can look into the issues fixed in this release at https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVersion+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
> 
> 
> Vote will be open for at least 72 hours.
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
> 
> 
> I begin with my vote with my +1
> 
> 
> Best Regard,
> Jeff Zhang
> 


Re: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by Rajesh Balamohan <rb...@apache.org>.
+1 (binding).

Verified signatures & ran sample jobs on single node.

Also ran couple of hive jobs @10 TB scale without issues.

~Rajesh.B


On Mon, May 18, 2015 at 6:55 PM, Mit Desai <mi...@gmail.com> wrote:

> +1 (non-binding)
> Ran simple jobs and verified signatures. Tez UI works.
>
>
> Thanks,
> Mit Desai
>
>
> On Thu, May 14, 2015 at 3:58 AM, Jianfeng (Jeff) Zhang <
> jzhang@hortonworks.com> wrote:
>
> >
> > Hi folks,
> >
> >
> > I have created an tez-0.7.0 release candidate rc0.
> >
> > Tez 0.7.0 is supposed to include all the bug fixes and improvement in
> > 0.5.4 and 0.6.1 (both will be released soon).  Besides that,
> >
> > 0.7.0 also make lots of performance and scalability enhancement like
> >
> >   1.  Reduce AM mem usage caused by storing TezEvents
> >   2.  Stabilize and improve the Pipeline shuffle,  make PipelienedSorter
> > as the default sorter,
> >   3.  Remove 2 GB memlimit restriction in MergeManager
> >   4.  Enable local fetch optimization by default
> >
> > GIT source tag
> >
> https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=refs/tags/release-0.7.0-rc0
> >
> > Staging site:
> > https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
> >
> > Nexus Staging URL:
> > https://repository.apache.org/content/repositories/orgapachetez-1023
> >
> > PGP release keys
> > http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
> >
> > KEYS file available at
> https://dist.apache.org/repos/dist/release/tez/KEYS
> >
> > One can look into the issues fixed in this release at
> >
> https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVersion+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
> >
> >
> > Vote will be open for at least 72 hours.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove (and reason why)
> >
> >
> > I begin with my vote with my +1
> >
> >
> > Best Regard,
> > Jeff Zhang
> >
> >
>

Re: [VOTE] Release Apache Tez-0.7.0 RC0

Posted by Mit Desai <mi...@gmail.com>.
+1 (non-binding)
Ran simple jobs and verified signatures. Tez UI works.


Thanks,
Mit Desai


On Thu, May 14, 2015 at 3:58 AM, Jianfeng (Jeff) Zhang <
jzhang@hortonworks.com> wrote:

>
> Hi folks,
>
>
> I have created an tez-0.7.0 release candidate rc0.
>
> Tez 0.7.0 is supposed to include all the bug fixes and improvement in
> 0.5.4 and 0.6.1 (both will be released soon).  Besides that,
>
> 0.7.0 also make lots of performance and scalability enhancement like
>
>   1.  Reduce AM mem usage caused by storing TezEvents
>   2.  Stabilize and improve the Pipeline shuffle,  make PipelienedSorter
> as the default sorter,
>   3.  Remove 2 GB memlimit restriction in MergeManager
>   4.  Enable local fetch optimization by default
>
> GIT source tag
> https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=refs/tags/release-0.7.0-rc0
>
> Staging site:
> https://dist.apache.org/repos/dist/dev/tez/tez-0.7.0-src-rc0/
>
> Nexus Staging URL:
> https://repository.apache.org/content/repositories/orgapachetez-1023
>
> PGP release keys
> http://pgp.mit.edu/pks/lookup?op=get&search=0x090FBE14D9B17D1F
>
> KEYS file available at https://dist.apache.org/repos/dist/release/tez/KEYS
>
> One can look into the issues fixed in this release at
> https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVersion+%3D+0.7.0+AND+status+%3D+Resolved+ORDER+BY+priority+DESC
>
>
> Vote will be open for at least 72 hours.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
>
> I begin with my vote with my +1
>
>
> Best Regard,
> Jeff Zhang
>
>