Commit 3594353
Sumedh Wale
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-core1 parent 85b9010 commit 3594353
46 files changed
Lines changed: 1261 additions & 1137 deletions
File tree
- cluster
- conf
- src/test/resources
- compatibilityTests
- src/test
- resources
- scala/org/apache/spark/sql/hive
- core
- src
- dunit/scala/io/snappydata/cluster
- main/resources/org/apache/spark
- test
- resources
- scala/org/apache/spark/sql/kafka010
- docs/monitoring
- dtests/src/test/java/io/snappydata/hydra
- adAnalytics
- streaming_sink
- encoders/src
- main/scala/org/apache/spark
- test/resources
- examples/src/main
- resources
- scala/org/apache/spark/examples/snappydata
- structuredstreaming
- jdbc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
73 | | - | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | | - | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | | - | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
771 | 772 | | |
772 | 773 | | |
773 | 774 | | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
774 | 786 | | |
775 | 787 | | |
776 | 788 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
54 | 49 | | |
55 | 50 | | |
56 | 51 | | |
| 52 | + | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
| |||
74 | 70 | | |
75 | 71 | | |
76 | 72 | | |
| 73 | + | |
77 | 74 | | |
78 | 75 | | |
79 | 76 | | |
| |||
This file was deleted.
0 commit comments