eejbyfeldt commented on a change in pull request #35811:
URL: https://github.com/apache/spark/pull/35811#discussion_r824441317
##########
File path: pom.xml
##########
@@ -744,13 +744,11 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
- <scope>${hadoop.deps.scope}</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
- <scope>${hadoop.deps.scope}</scope>
</dependency>
<dependency>
<!-- API bridge between log4j 1 and 2 -->
Review comment:
If we include `lof4j-slf4j-impl` will we then not end up with multiple
slf4j bindings on the classpath since hadoop already includes `slf4j-log4j12`?
--
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]