[DISCUSS] Tez 0.10.0 release

2018-07-12 Thread Eric Wohlstadter
Hi all,

Kicking off the discussion for the release plan of Tez 0.10.0. Note that
there is a significant overlap with the upcoming 0.9.2 release.
It may be that all (or almost all) tickets planned for 0.9.2 are included
in 0.10.0, so I include those also in the links below.

Some of the tickets that had been marked 0.9.next last year have not had
much activity, please remark on those JIRAs if you have an
update.

Currently there are a 7 PA:  targetVersion in (0.9.2, 0.9.next, 0.10.0)

https://issues.apache.org/jira/browse/TEZ-3936?filter=-1=project%20%3D%20%22Apache%20Tez%22%20AND%20status%20%3D%20%22Patch%20Available%22%20%20%20%20AND%20(%22Target%20Version%2Fs%22%20%20%3D%200.9.next%20OR%20%22Target%20Version%2Fs%22%20%20%3D%200.9.2%20OR%20%22Target%20Version%2Fs%22%20%20%3D%200.10.0%20)%20

and 6 Open/InProgress:

https://issues.apache.org/jira/browse/TEZ-3950?filter=-1=project%20%3D%20%22Apache%20Tez%22%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22)%20AND%20(%22Target%20Version%2Fs%22%20%20%3D%200.9.next%20OR%20%22Target%20Version%2Fs%22%20%20%3D%200.9.2%20OR%20%22Target%20Version%2Fs%22%20%20%3D%200.10.0%20)%20

If you are working on one of the JIRAs targeting for 0.9.2/0.10.0, and you
believe it is a blocker, please mark it as such in the next few days.

Any other thoughts/feedback is much appreciated.

--Eric


[jira] [Created] (TEZ-3970) NullPointerException in Tez ShuffleHandler Ranged Fetch

2018-07-12 Thread Jonathan Eagles (JIRA)
Jonathan Eagles created TEZ-3970:


 Summary: NullPointerException in Tez ShuffleHandler Ranged Fetch
 Key: TEZ-3970
 URL: https://issues.apache.org/jira/browse/TEZ-3970
 Project: Apache Tez
  Issue Type: Bug
Reporter: Jonathan Eagles
Assignee: Jonathan Eagles


TEZ-3954 introduce a NullPointerException by removing the map id from the 
outputInfo before subsequent partition heads are fetched. Patch moved the 
cleanup to after the loop to prevent NPE and further more adds Unit Tests that 
verify correct behavior of ranged fetch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] tez pull request #27: TEZ-3866: add ability to pass information between plug...

2018-07-12 Thread beltran
GitHub user beltran opened a pull request:

https://github.com/apache/tez/pull/27

TEZ-3866: add ability to pass information between plugins



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/beltran/tez TEZ-3866

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tez/pull/27.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #27


commit b399012385994f239243f769b3ed4389b1ab1035
Author: Jaume Marhuenda 
Date:   2018-07-11T02:14:51Z

TEZ-3866: add ability to pass information between plugins




---


Re: 0.10.next release version

2018-07-12 Thread Jason Lowe
I've created a 0.10.1 release in JIRA.

Jason


On Wed, Jul 11, 2018 at 2:31 PM, Eric Wohlstadter 
wrote:

> In preparation for 0.10.0 release planning, can someone help to add a
> 0.10.next Release Version to the JIRA?
>
> Thanks!
>