Re: hadoop 3.3.1 build fails

2022-02-28 Thread Bulldog20630405
thanx; would note: that using jdk 11 hadoop 3.2.1 was able to compile fine; however, glad the fix is in cause apache stack still best to run on jdk 8 for now On Sat, Feb 26, 2022 at 1:35 AM Masatake Iwasaki < iwasak...@oss.nttdata.co.jp> wrote: > > [ERROR] Failed to execute goal > >

Re: hadoop 3.3.1 build fails

2022-02-25 Thread Masatake Iwasaki
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.2:yarn (yarn install) on looks like the issue fixed by YARN-10561. https://issues.apache.org/jira/browse/YARN-10561 On 2022/02/26 5:20, Bulldog20630405 wrote: when running: # both of these build command fail (i

hadoop 3.3.1 build fails

2022-02-25 Thread Bulldog20630405
when running: # both of these build command fail (i want to do the native libs; but right now just trying to get anything to build) # mvn -e package -Pdist -DskipTests -Dtar # mvn -e package -Pdist,native -DskipTests -Dtar fails to build => Apache Hadoop YARN Application Catalog Webapp note: