iwasakims commented on pull request #846: URL: https://github.com/apache/bigtop/pull/846#issuecomment-1000944932
Thanks to [BIGTOP-3619](https://issues.apache.org/jira/browse/BIGTOP-3619)(#844), the jars in Oozie package seems to be bumped even without this patch by running oozie-pkg after hive-pkg. The modified pom of Hive is pulled from local repository (i.e. ~/.m2/repository) on building Oozie. ``` $ ./gradlew hive-pkg oozie-pkg $ rpm -qlp output/oozie/noarch/oozie-4.3.0-1.el8.noarch.rpm | grep log4j /etc/oozie/conf.dist/oozie-log4j.properties /usr/lib/oozie/lib/apache-log4j-extras-1.2.17.jar /usr/lib/oozie/lib/log4j-1.2.17.jar /usr/lib/oozie/lib/log4j-api-2.17.0.jar /usr/lib/oozie/lib/log4j-core-2.17.0.jar /usr/lib/oozie/lib/log4j-slf4j-impl-2.17.0.jar /usr/lib/oozie/lib/log4j-web-2.17.0.jar /usr/lib/oozie/lib/slf4j-log4j12-1.6.6.jar ``` -- 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]
