BIGTOP-3640: Upgrade hive's log4j2 version to 2.17.1 for Bigtop 3.0.x#862
Merged
iwasakims merged 2 commits intoapache:masterfrom Feb 10, 2022
Merged
BIGTOP-3640: Upgrade hive's log4j2 version to 2.17.1 for Bigtop 3.0.x#862iwasakims merged 2 commits intoapache:masterfrom
iwasakims merged 2 commits intoapache:masterfrom
Conversation
iwasakims
reviewed
Feb 10, 2022
iwasakims
approved these changes
Feb 10, 2022
Member
iwasakims
left a comment
There was a problem hiding this comment.
+1. I got no issue on Rocky Linux 8.
$ rpm -qlp output/hive/noarch/hive-3.1.2-3.el8.noarch.rpm | grep log4j
/etc/hive/conf.dist/beeline-log4j2.properties.template
/etc/hive/conf.dist/hive-exec-log4j2.properties.template
/etc/hive/conf.dist/hive-log4j2.properties.template
/etc/hive/conf.dist/llap-cli-log4j2.properties.template
/etc/hive/conf.dist/llap-daemon-log4j2.properties.template
/usr/lib/hive/lib/log4j-1.2-api-2.17.1.jar
/usr/lib/hive/lib/log4j-api-2.17.1.jar
/usr/lib/hive/lib/log4j-core-2.17.1.jar
/usr/lib/hive/lib/log4j-slf4j-impl-2.17.1.jar
/usr/lib/hive/lib/log4j-web-2.17.1.jar
$ ./docker-hadoop.sh \
--create 1 \
--image bigtop/puppet:trunk-rockylinux-8 \
--memory 16g \
--repo file:///bigtop-home/output \
--disable-gpg-check \
--stack hdfs,yarn,mapreduce,hive \
--smoke-tests hive
...
Now testing...
:bigtop-tests:smoke-tests:hive:test (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 12.702 secs.
BUILD SUCCESSFUL in 46s
34 actionable tasks: 5 executed, 29 up-to-date
Member
|
I merged this to branch-3.0 and master. Thanks, @yoda-mon! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Upgrade hive's log4j2 version to 2.17.1 for Bigtop 3.0.x.
cf. Bigtop 1.5 has already been patched by
https://issues.apache.org/jira/browse/BIGTOP-3619 / #844
How was this patch tested?
For code changes: