iwasakims opened a new pull request, #1381:
URL: https://github.com/apache/bigtop/pull/1381

   https://issues.apache.org/jira/browse/BIGTOP-4519
   
   We need to upgrade Groovy to address JDK upgrade in the stack. Since Hadoop 
still requires JDK 8 for release build, Groovy 3.0.25 can be good candidate 
since it supports all of Java 8, 11 and 17. Since Hadoop 3.4 required JDK 8 for 
release build, we can not drop the OpenJDK 8 now.
   
   following commands used for release succeeded with the patch.
   
   ```
   $ mvn clean install
   $ mvn clean install -f bigtop-test-framework/pom.xml
   $ mvn clean install -f bigtop-tests/test-artifacts/pom.xml
   $ HADOOP_CONF_DIR=/etc/hadoop/conf HADOOP_HOME=/usr/lib/hadoop mvn clean 
install -DskipITs -f bigtop-tests/test-execution/pom.xml
   ```
   
   smoke-tets of hdfs, yarn and mapreduce passed with the upgraded 
bigtop-groovy package on Ubuntu 24.04 x86_64.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to