Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Mingliang Liu
Thank you Akira and Wei-Chiu for quick response. On Wed, Mar 24, 2021 at 12:39 AM Akira Ajisaka wrote: > > Should we move to JDK11? > > In trunk, JDK11 is already installed in the docker image and the > pre-commit job compiles Hadoop in both Java 8 and Java 11: >

Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Akira Ajisaka
> Should we move to JDK11? In trunk, JDK11 is already installed in the docker image and the pre-commit job compiles Hadoop in both Java 8 and Java 11: https://issues.apache.org/jira/browse/HADOOP-16888 AFAIK there are still some compile errors in branch-3.1 and branch-3.2. On Wed, Mar 24, 2021

Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Akira Ajisaka
Backported HADOOP-14671, HADOOP-16754, and YARN-10036. On Wed, Mar 24, 2021 at 3:50 PM Akira Ajisaka wrote: > > In branch-3.1, JDK 9 is installed and the default java version is set > to 9. In other branches, the default java version is 8. I'll backport > some related JIRAs to branch-3.2. > >

Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Wei-Chiu Chuang
JDK9 is end of support. Should we move to JDK11? On Wed, Mar 24, 2021 at 2:51 PM Akira Ajisaka wrote: > In branch-3.1, JDK 9 is installed and the default java version is set > to 9. In other branches, the default java version is 8. I'll backport > some related JIRAs to branch-3.2. > > -Akira >

Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Akira Ajisaka
In branch-3.1, JDK 9 is installed and the default java version is set to 9. In other branches, the default java version is 8. I'll backport some related JIRAs to branch-3.2. -Akira On Wed, Mar 24, 2021 at 3:27 PM Mingliang Liu wrote: > > Hi, > > From this build log >

Hadoop 3.1 branch broken?

2021-03-24 Thread Mingliang Liu
Hi, From this build log for PR 2799 in branch-3.1, I see there are failures complaining the sun.misc.Cleaner class is not found. Did we upgrade the JDK version, or any build file for that branch? I can check this