sunchao commented on pull request #34085: URL: https://github.com/apache/spark/pull/34085#issuecomment-926766345
Yes this is the reason that last time I disabled the config. I think we are running into some Maven bug that is similar to [this one](https://issues.apache.org/jira/browse/MSHADE-148). To fix it, I think we can put the newly introduced ``` <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>${hadoop-client-runtime.artifact}</artifactId> <version>${hadoop.version}</version> <scope>test</scope> </dependency> ``` in `launcher/pom.xml` to a `hadoop-3.2` profile section. Tested locally and this is working. Let me see if other modules have similar issues. -- 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]
