Re: [E] Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-18 Thread Sunil Govindan
HI Xiaoqiao Sorry, i missed ur messages earlier as it was night time. But meet problems when executing step 11 of `Creating the release candidate (X.Y.Z-RC)`. I am not sure what resources I should upload to sftp and how to generate them. Any instructions wiki to follow up? thanks. > *sftp

Re: [E] Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-17 Thread Xiaoqiao He
Thanks Steven for your response. When I traced YARN-8990 and YARN-8992 I found that, a. for YARN-8992, it's fix version is set incorrectly, it seems not in branch-3.2 and all point branches but mark the fix version to branch-3.2.0. b. for YARN-8990, it is only in branch-3.2.0 but not in

Re: [E] Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-17 Thread Steven Rand
Sorry for raising this so late, but I noticed just now that we never managed to backport YARN-8990 to branch-3.2, so it's not in branch-3.2.2 either. That fix wasn't included in 3.2.1, so it's not a regression if we also don't include it in 3.2.2. It's a blocking issue though, so I think it'd be

Re: [E] Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-17 Thread Xiaoqiao He
Thanks Eric and Sunil for your reviews. Update pom.xml in the top-level directory.[1] > -3.2.2-SNAPSHOT > + 3.2.3-SNAPSHOT Try to grep '3.2.2-SNAPSHOT' in the whole project and not found anymore, try to compile branch-3.2 at local and pass. Please give another review if convenient.

Re: [E] Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-16 Thread Sunil Govindan
Yes. I ran a compilation and it also failed. This is an issue when we do maven set version command because hadoop.version in the parent pom also needs to be set. 3.2.2-SNAPSHOT On Sat, Oct 17, 2020 at 12:15 AM Eric Badger wrote: > Hi Xiaoqiao, > > I believe that >

Re: [E] Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-16 Thread Eric Badger
Hi Xiaoqiao, I believe that https://github.com/apache/hadoop/commit/3274fd139d9b612e449fc234f8804a2a97ae6c47 broke compilation for branch-3.2. Looks like you missed a 3.2.2 -> 3.2.3 in pom.xml in the top-level directory.

Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-16 Thread Sunil Govindan
Looks good to me. Thanks Xiaoquio. + Sunil On Fri, Oct 16, 2020 at 12:36 PM Xiaoqiao He wrote: > Thanks Sunil for your reminder, > > branch-3.2.2 is ready now [1] and also mark branch-3.2 to 'prepare for > 3.2.3 development' [2]. > Please help to give another check if you have time. > >

Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-16 Thread Xiaoqiao He
Thanks Sunil for your reminder, branch-3.2.2 is ready now [1] and also mark branch-3.2 to 'prepare for 3.2.3 development' [2]. Please help to give another check if you have time. Thanks. [1] https://github.com/apache/hadoop/commits/branch-3.2.2 [2]

Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-15 Thread Sunil Govindan
Thank you Did we also cut the branch already ? Sunil On Fri, 16 Oct 2020 at 9:14 AM, Xiaoqiao He wrote: > Hi All, > > All issues targeted to 3.2.2 have been resolved from now on[1], Thanks > everyone for your works. > Will try to operate code frozen and create the release candidate today. >

Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-15 Thread Xiaoqiao He
Hi All, All issues targeted to 3.2.2 have been resolved from now on[1], Thanks everyone for your works. Will try to operate code frozen and create the release candidate today. Thanks. [1] https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12335948 On Fri, Oct 2, 2020 at 2:34 PM

Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-02 Thread Xiaoqiao He
Thanks to Wei-Chiu for your reminder, the dashboard and filters have been updated. It is visible to the public now. Thanks, Regards. [1] https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12335948 On Fri, Oct 2, 2020 at 6:30 AM Wei-Chiu Chuang wrote: > Thanks Xiaoqiao! > Glad

Re: Hadoop 3.2.2 Release Code Freeze Plan

2020-10-01 Thread Wei-Chiu Chuang
Thanks Xiaoqiao! Glad to see this is moving along. I noticed your dashboard has private filters and therefore the results are not visible publicly. On Tue, Sep 29, 2020 at 10:02 PM Xiaoqiao He wrote: > Hi All, > > Plan to code frozen for Hadoop-3.2.2 release at 2020/10/15. From now on, > most

Hadoop 3.2.2 Release Code Freeze Plan

2020-09-29 Thread Xiaoqiao He
Hi All, Plan to code frozen for Hadoop-3.2.2 release at 2020/10/15. From now on, most of the issues have been resolved. And there are two JIRA still open which target to 3.2.2 traced by [1]. * https://issues.apache.org/jira/browse/YARN-10244 * https://issues.apache.org/jira/browse/HADOOP-17287