CalvinKirs commented on PR #45945:
URL: https://github.com/apache/doris/pull/45945#issuecomment-2567394349

   > ` [ThreadedStreamConsumer] [INFO] Running 
org.apache.doris.load.loadv2.etl.SparkEtlJobTest java.lang.NoSuchMethodError: 
org.apache.logging.slf4j.Log4jLoggerFactory: method 'void <init>()' not found 
at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:53) at 
org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:41) at 
org.slf4j.LoggerFactory.bind(LoggerFactory.java:150) at 
org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124) at 
org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:417) at 
org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:362) at 
org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155)
 at 
org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
 at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:273) at 
org.apache.hadoop.fs.FileSystem.<clinit>(FileSystem.java:186) at 
java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Cl
 ass.forName(Class.java:467)`
   > 
   > after the fix, fe can print aws sdk debug log, but fe ut failed with new 
problem above
   
   This is because this case is located in the spark-dpp module, which does not 
include any logging implementation. Adding the appropriate slf4j-log4j-impl 
dependency will resolve the issue.


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to