JiaLiangC opened a new pull request, #3739: URL: https://github.com/apache/ambari/pull/3739
## What changes were proposed in this pull request? Due to Ambari 2.8's Bigtop stack, the default version of Hadoop is 3.3.4. Starting from Hadoop 3.3, Jetty was upgraded to version 9.4. https://issues.apache.org/jira/browse/HADOOP-16152 However, certain parts of Ambari still retain Hadoop versions lower than 3.3, which use Jetty versions below 9.4. This leads to an API incompatibility issue, causing failures in Ambari's contributed tests that utilize the HDFS MiniCluster due to conflicting Jetty versions. Furthermore, the version of Hadoop should also align with the current default stack's Hadoop version to ensure consistency.  ## How was this patch tested? manual test (Please explain how this patch was tested. Ex: unit tests, manual tests) (If this patch involves UI changes, please attach a screen-shot; otherwise, remove this) Please review [Ambari Contributing Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute) before opening a pull request. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
