-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to log4j 2.17.1 from log4j 1.x (#1570)
- update product version to 1.3.1 - update slf4j to 1.7.32 - update jetty to 9.4.44.v20210927 - update gcs-hadoop-connector to hadoop3-2.1.2 - update jackson-mapper-asl and jackson-core-asl to 1.9.14-atlassian-6 having security fixes - update fastutil to 8.5.6 - update hive-exec to 1.21.2.7.0.3.2-3 - updated example code to handle kafka update - add some required properties to kafka tests - removed KafkaTestUtils and instead use the one in snappy-spark - core module removes all explicit log4j dependencies and is instead designed to work with either of log4j 1.x (upstream Spark) or log4j 2.x (snappy-spark) - switch to log4j2.properties for cluster and dependent modules as well as template shipped with product - removed all other references to log4j 1.x - explicitly exlude log4j 1.x and slf4j-log4j12 from final product which gets pulled in indirectly by hadoop otherwise - changed programmatic log4j setup in examples to log4j/log4j2.properties files - removed flume module build - add stricter exclude for log4j 1.x - fix log4j test runtime dependencies for core snappydata core module runs with upstream spark so it should use upstream log4j 1.x dependencies, hence don't force exclude log4j 1.x for test configurations of snappy-core
- Loading branch information
Showing
46 changed files
with
1,261 additions
and
1,137 deletions.
There are no files selected for viewing
Submodule aqp
updated
3 files
+0 −5 | build.gradle | |
+0 −124 | src/test/resources/log4j.properties | |
+232 −0 | src/test/resources/log4j2.properties |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.