ngsg commented on PR #5280: URL: https://github.com/apache/hive/pull/5280#issuecomment-2154537716
I tried compiling Hive without `log4j-1.2-api`, but the compilation failed as some code still rely on it. So we can not remove `log4j-1.2-api` dependency as of now. maven failure message: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project hive-common: Compilation failure [ERROR] /data2/hive-lngsg/common/src/java/org/apache/hadoop/hive/common/JvmMetrics.java:[185,20] cannot access org.apache.log4j.AppenderSkeleton [ERROR] class file for org.apache.log4j.AppenderSkeleton not found ``` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org