tokaaron commented on issue #739: Support building Hoodie with Hadoop 2.8.x URL: https://github.com/apache/incubator-hudi/pull/739#issuecomment-503357589 It seems like the `hadoop-common` tests package is explicitly needed. Removing it from the pom.xml will result in errors: ``` Results : Tests in error: com.uber.hoodie.common.table.log.HoodieLogFormatAppendFailureTest.com.uber.hoodie.common.table.log.HoodieLogFormatAppendFailureTest Run 1: HoodieLogFormatAppendFailureTest.setUpClass:75 » NoClassDefFound org/apache/ha... Run 2: HoodieLogFormatAppendFailureTest.tearDownClass:80 NullPointer HoodieLogFormatTest.setUpClass:100 » NoClassDefFound org/apache/hadoop/net/Sta... com.uber.hoodie.common.util.TestDFSPropertiesConfiguration.com.uber.hoodie.common.util.TestDFSPropertiesConfiguration Run 1: TestDFSPropertiesConfiguration.initClass:48 » NoClassDefFound org/apache/hadoo... Run 2: TestDFSPropertiesConfiguration.cleanupClass:80 » NullPointer ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
