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

2020-10-17 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 home.apa

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

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 u

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

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 > https://github.com/apache/hado

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. https://github.com/apache/hadoop/blob/3274fd139d9b612e449fc234f8804a2a97ae6c