AngersZhuuuu commented on a change in pull request #30470:
URL: https://github.com/apache/spark/pull/30470#discussion_r529234306
##########
File path: pom.xml
##########
@@ -1091,6 +1109,12 @@
<artifactId>hadoop-client-runtime</artifactId>
<version>${hadoop.version}</version>
<scope>${hadoop.deps.scope}</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
Review comment:
> This is a runtime dependency for `hadoop-client-runtime`, so I'm not
sure if we can remove it.
Test use `buildin` and `maven` of hadoop-3.2 and hive-2.3.7, create dir
and write data is ok.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]