hudi-bot opened a new issue, #16130: URL: https://github.com/apache/hudi/issues/16130
To execute unit tests with Java 17, we can't use MiniDFSCluster and have to rely on external HDFS. Utils to use external HDFS: https://github.com/apache/hudi/blob/2a0223933884cb044e7aa56f205cae926358a030/hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestUtils.java#L241 Currently, we have docker image set up and those Java 17 tests would be executed there ([https://github.com/apache/hudi/blob/2a0223933884cb044e7aa56f205cae926358a030/.github/workflows/bot.yml#L209)] A more ideal solution would be setting up HDFS in GitHub CI directly, for example: https://github.com/beyondstorage/setup-hdfs ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6600 - Type: Improvement -- 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]
