Skip to content

Commit 91f137e

Browse files
committed
Bump Hadoop to 3.4.0
1 parent babf91b commit 91f137e

File tree

14 files changed

+182
-108
lines changed
  • fluss-filesystems
  • fluss-lake
    • fluss-lake-iceberg/src/main/resources/META-INF
    • fluss-lake-lance/src/main/resources/META-INF
  • website/docs/maintenance/filesystems

14 files changed

+182
-108
lines changed

fluss-filesystems/fluss-fs-gs/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
<groupId>com.sun.jersey</groupId>
7878
<artifactId>jersey-server</artifactId>
7979
</exclusion>
80+
<exclusion>
81+
<groupId>com.github.pjfanning</groupId>
82+
<artifactId>jersey-json</artifactId>
83+
</exclusion>
8084
<exclusion>
8185
<groupId>org.apache.avro</groupId>
8286
<artifactId>avro</artifactId>

fluss-filesystems/fluss-fs-gs/src/main/resources/META-INF/NOTICE

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project bundles the following dependencies under the Apache Software Licens
55
- com.fasterxml.jackson.core:jackson-annotations:2.15.3
66
- com.fasterxml.jackson.core:jackson-core:2.15.3
77
- com.fasterxml.jackson.core:jackson-databind:2.15.3
8-
- com.fasterxml.woodstox:woodstox-core:5.3.0
8+
- com.fasterxml.woodstox:woodstox-core:5.4.0
99
- com.google.android:annotations:4.1.1.4
1010
- com.google.api-client:google-api-client-jackson2:2.0.1
1111
- com.google.api-client:google-api-client:2.2.0
@@ -45,8 +45,9 @@ This project bundles the following dependencies under the Apache Software Licens
4545
- commons-beanutils:commons-beanutils:1.9.4
4646
- commons-codec:commons-codec:1.16.0
4747
- commons-collections:commons-collections:3.2.2
48-
- commons-io:commons-io:2.8.0
49-
- commons-logging:commons-logging:1.1.3
48+
- commons-io:commons-io:2.14.0
49+
- commons-logging:commons-logging:1.2
50+
- io.dropwizard.metrics:metrics-core:3.2.4
5051
- io.grpc:grpc-alts:1.59.1
5152
- io.grpc:grpc-api:1.59.1
5253
- io.grpc:grpc-auth:1.59.1
@@ -64,6 +65,15 @@ This project bundles the following dependencies under the Apache Software Licens
6465
- io.grpc:grpc-stub:1.59.1
6566
- io.grpc:grpc-util:1.59.1
6667
- io.grpc:grpc-xds:1.59.1
68+
- io.netty:netty-buffer:4.1.100.Final
69+
- io.netty:netty-codec:4.1.100.Final
70+
- io.netty:netty-common:4.1.100.Final
71+
- io.netty:netty-handler:4.1.100.Final
72+
- io.netty:netty-resolver:4.1.100.Final
73+
- io.netty:netty-transport-classes-epoll:4.1.100.Final
74+
- io.netty:netty-transport-native-epoll:4.1.100.Final
75+
- io.netty:netty-transport-native-unix-common:4.1.100.Final
76+
- io.netty:netty-transport:4.1.100.Final
6777
- io.opencensus:opencensus-api:0.31.1
6878
- io.opencensus:opencensus-contrib-exemplar-util:0.31.0
6979
- io.opencensus:opencensus-contrib-grpc-metrics:0.31.0
@@ -75,21 +85,23 @@ This project bundles the following dependencies under the Apache Software Licens
7585
- io.opencensus:opencensus-impl-core:0.31.0
7686
- io.opencensus:opencensus-proto:0.2.0
7787
- io.perfmark:perfmark-api:0.26.0
78-
- org.apache.commons:commons-compress:1.21
79-
- org.apache.commons:commons-configuration2:2.1.1
88+
- org.apache.commons:commons-compress:1.24.0
89+
- org.apache.commons:commons-configuration2:2.8.0
8090
- org.apache.commons:commons-lang3:3.18.0
81-
- org.apache.commons:commons-text:1.4
82-
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
83-
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1
84-
- org.apache.hadoop:hadoop-annotations:3.3.4
85-
- org.apache.hadoop:hadoop-auth:3.3.4
86-
- org.apache.hadoop:hadoop-common:3.3.4
91+
- org.apache.commons:commons-text:1.10.0
92+
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.2.0
93+
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_21:1.2.0
94+
- org.apache.hadoop:hadoop-annotations:3.4.0
95+
- org.apache.hadoop:hadoop-auth:3.4.0
96+
- org.apache.hadoop:hadoop-common:3.4.0
8797
- org.apache.httpcomponents:httpclient:4.5.13
8898
- org.apache.httpcomponents:httpcore:4.4.13
89-
- org.apache.kerby:kerb-core:1.0.1
90-
- org.apache.kerby:kerby-asn1:1.0.1
91-
- org.apache.kerby:kerby-pkix:1.0.1
92-
- org.apache.kerby:kerby-util:1.0.1
99+
- org.apache.kerby:kerb-core:2.0.3
100+
- org.apache.kerby:kerby-asn1:2.0.3
101+
- org.apache.kerby:kerby-pkix:2.0.3
102+
- org.apache.kerby:kerby-util:2.0.3
103+
- org.bouncycastle:bcprov-jdk15on:1.70
104+
- org.codehaus.jettison:jettison:1.5.4
93105
- org.conscrypt:conscrypt-openjdk-uber:2.5.2
94106
- org.xerial.snappy:snappy-java:1.1.10.4
95107

@@ -101,7 +113,7 @@ See bundled license files for details.
101113
This project bundles the following dependencies under BSD-2 License (https://opensource.org/licenses/BSD-2-Clause).
102114
See bundled license files for details.
103115

104-
- dnsjava:dnsjava:2.1.7
116+
- dnsjava:dnsjava:3.4.0
105117

106118
This project bundles the following dependencies under BSD-3 License (https://opensource.org/licenses/BSD-3-Clause).
107119
See bundled license files for details.

fluss-filesystems/fluss-fs-hadoop-shaded/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
<groupId>com.sun.jersey</groupId>
7575
<artifactId>jersey-server</artifactId>
7676
</exclusion>
77+
<exclusion>
78+
<groupId>com.github.pjfanning</groupId>
79+
<artifactId>jersey-json</artifactId>
80+
</exclusion>
7781
<exclusion>
7882
<groupId>org.apache.avro</groupId>
7983
<artifactId>avro</artifactId>

fluss-filesystems/fluss-fs-hadoop-shaded/src/main/resources/META-INF/NOTICE

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,40 @@ This project bundles the following dependencies under the Apache Software Licens
99
- com.fasterxml.jackson.core:jackson-annotations:2.15.3
1010
- com.fasterxml.jackson.core:jackson-core:2.15.3
1111
- com.fasterxml.jackson.core:jackson-databind:2.15.3
12-
- com.fasterxml.woodstox:woodstox-core:5.3.0
12+
- com.fasterxml.woodstox:woodstox-core:5.4.0
1313
- com.google.guava:failureaccess:1.0
1414
- com.google.guava:guava:27.0-jre
1515
- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
1616
- com.google.j2objc:j2objc-annotations:1.1
1717
- commons-beanutils:commons-beanutils:1.9.4
1818
- commons-collections:commons-collections:3.2.2
19-
- commons-io:commons-io:2.8.0
20-
- commons-logging:commons-logging:1.1.3
21-
- org.apache.commons:commons-compress:1.21
22-
- org.apache.commons:commons-configuration2:2.1.1
19+
- commons-io:commons-io:2.14.0
20+
- commons-logging:commons-logging:1.2
21+
- io.dropwizard.metrics:metrics-core:3.2.4
22+
- io.netty:netty-buffer:4.1.100.Final
23+
- io.netty:netty-codec:4.1.100.Final
24+
- io.netty:netty-common:4.1.100.Final
25+
- io.netty:netty-handler:4.1.100.Final
26+
- io.netty:netty-resolver:4.1.100.Final
27+
- io.netty:netty-transport-classes-epoll:4.1.100.Final
28+
- io.netty:netty-transport-native-epoll:4.1.100.Final
29+
- io.netty:netty-transport-native-unix-common:4.1.100.Final
30+
- io.netty:netty-transport:4.1.100.Final
31+
- org.apache.commons:commons-compress:1.24.0
32+
- org.apache.commons:commons-configuration2:2.8.0
2333
- org.apache.commons:commons-lang3:3.18.0
24-
- org.apache.commons:commons-text:1.4
25-
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
26-
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1
27-
- org.apache.hadoop:hadoop-annotations:3.3.4
28-
- org.apache.hadoop:hadoop-auth:3.3.4
29-
- org.apache.hadoop:hadoop-common:3.3.4
30-
- org.apache.kerby:kerb-core:1.0.1
31-
- org.apache.kerby:kerby-asn1:1.0.1
32-
- org.apache.kerby:kerby-pkix:1.0.1
33-
- org.apache.kerby:kerby-util:1.0.1
34+
- org.apache.commons:commons-text:1.10.0
35+
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.2.0
36+
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_21:1.2.0
37+
- org.apache.hadoop:hadoop-annotations:3.4.0
38+
- org.apache.hadoop:hadoop-auth:3.4.0
39+
- org.apache.hadoop:hadoop-common:3.4.0
40+
- org.apache.kerby:kerb-core:2.0.3
41+
- org.apache.kerby:kerby-asn1:2.0.3
42+
- org.apache.kerby:kerby-pkix:2.0.3
43+
- org.apache.kerby:kerby-util:2.0.3
44+
- org.bouncycastle:bcprov-jdk15on:1.70
45+
- org.codehaus.jettison:jettison:1.5.4
3446
- org.xerial.snappy:snappy-java:1.1.10.4
3547

3648
This project bundles the following dependencies under the MIT (https://opensource.org/licenses/MIT)
@@ -42,7 +54,7 @@ See bundled license files for details.
4254
This project bundles the following dependencies under BSD-2 License (https://opensource.org/licenses/BSD-2-Clause).
4355
See bundled license files for details.
4456

45-
- dnsjava:dnsjava:2.1.7
57+
- dnsjava:dnsjava:3.4.0
4658

4759
This project bundles the following dependencies under the Go License (https://golang.org/LICENSE).
4860
See bundled license files for details.

fluss-filesystems/fluss-fs-hdfs/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ This project bundles the following dependencies under the Apache Software Licens
99
- com.fasterxml.jackson.core:jackson-annotations:2.15.3
1010
- com.fasterxml.jackson.core:jackson-core:2.15.3
1111
- com.fasterxml.jackson.core:jackson-databind:2.15.3
12-
- com.squareup.okhttp3:okhttp:4.9.3
13-
- com.squareup.okio:okio:2.8.0
14-
- org.apache.hadoop:hadoop-hdfs-client:3.3.4
15-
- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10
16-
- org.jetbrains.kotlin:kotlin-stdlib:1.4.10
12+
- org.apache.hadoop:hadoop-hdfs-client:3.4.0
1713

1814
This project bundles the following dependencies under BSD-3 License (https://opensource.org/licenses/BSD-3-Clause).
1915
See bundled license files for details.

fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/NOTICE

Lines changed: 38 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,49 @@ The Apache Software Foundation (http://www.apache.org/).
66

77
This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
88

9+
- com.google.guava:guava:27.0-jre
10+
- com.google.guava:failureaccess:1.0
11+
- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
12+
- com.google.j2objc:j2objc-annotations:1.1
13+
- com.google.re2j:re2j:1.1
914
- com.huaweicloud:esdk-obs-java:3.24.12
1015
- com.huaweicloud.sdk:huaweicloud-sdk-iam:3.1.87
11-
- com.fasterxml.woodstox:woodstox-core:5.3.0
12-
- com.google.guava:guava:11.0.2
13-
- com.jamesmurty.utils:java-xmlbuilder:0.4
16+
- com.fasterxml.woodstox:woodstox-core:5.4.0
1417
- commons-beanutils:commons-beanutils:1.9.4
1518
- commons-collections:commons-collections:3.2.2
16-
- commons-configuration:commons-configuration:1.6
17-
- commons-digester:commons-digester:1.8
18-
- commons-io:commons-io:2.5
19-
- commons-lang:commons-lang:2.6
20-
- commons-logging:commons-logging:1.1.3
21-
- org.apache.hadoop:hadoop-huaweicloud:3.4.0
22-
- net.java.dev.jets3t:jets3t:0.9.0
23-
- org.apache.commons:commons-compress:1.21
19+
- commons-io:commons-io:2.14.0
20+
- commons-logging:commons-logging:1.2
21+
- dnsjava:dnsjava:3.4.0
22+
- io.dropwizard.metrics:metrics-core:3.2.4
23+
- io.netty:netty-buffer:4.1.100.Final
24+
- io.netty:netty-codec:4.1.100.Final
25+
- io.netty:netty-common:4.1.100.Final
26+
- io.netty:netty-handler:4.1.100.Final
27+
- io.netty:netty-resolver:4.1.100.Final
28+
- io.netty:netty-transport-classes-epoll:4.1.100.Final
29+
- io.netty:netty-transport-native-epoll:4.1.100.Final
30+
- io.netty:netty-transport-native-unix-common:4.1.100.Final
31+
- io.netty:netty-transport:4.1.100.Final
32+
- jakarta.activation:jakarta.activation-api:1.2.1
33+
- org.apache.commons:commons-compress:1.24.0
34+
- org.apache.commons:commons-configuration2:2.8.0
2435
- org.apache.commons:commons-lang3:3.18.0
25-
- org.apache.directory.api:api-asn1-api:1.0.0-M20
26-
- org.apache.directory.api:api-util:1.0.0-M20
27-
- org.apache.directory.server:apacheds-i18n:2.0.0-M15
28-
- org.apache.directory.server:apacheds-kerberos-codec:2.0.0-M15
29-
- org.apache.hadoop:hadoop-annotations:2.10.2
30-
- org.apache.hadoop:hadoop-auth:2.10.2
31-
- org.apache.hadoop:hadoop-common:2.10.2
32-
- org.apache.htrace:htrace-core4:4.1.0-incubating
33-
- org.codehaus.jackson:jackson-core-asl:1.9.13
34-
- org.codehaus.jackson:jackson-mapper-asl:1.9.13
36+
- org.apache.commons:commons-text:1.10.0
37+
- org.apache.hadoop:hadoop-annotations:3.4.0
38+
- org.apache.hadoop:hadoop-auth:3.4.0
39+
- org.apache.hadoop:hadoop-common:3.4.0
40+
- org.apache.hadoop:hadoop-huaweicloud:3.4.0
41+
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.2.0
42+
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_21:1.2.0
43+
- org.apache.kerby:kerb-core:2.0.3
44+
- org.apache.kerby:kerby-asn1:2.0.3
45+
- org.apache.kerby:kerby-pkix:2.0.3
46+
- org.apache.kerby:kerby-util:2.0.3
47+
- org.bouncycastle:bcprov-jdk15on:1.70
48+
- org.checkerframework:checker-qual:2.5.2
3549
- org.codehaus.woodstox:stax2-api:4.2.1
36-
- org.mortbay.jetty:jetty-sslengine:6.1.26
37-
- org.mortbay.jetty:jetty-util:6.1.26
38-
- org.mortbay.jetty:jetty:6.1.26
50+
- org.codehaus.jettison:jettison:1.5.4
51+
- org.codehaus.mojo:animal-sniffer-annotations:1.17
3952
- com.fasterxml.jackson.core:jackson-annotations:2.15.3
4053
- com.fasterxml.jackson.core:jackson-core:2.15.3
4154
- com.fasterxml.jackson.core:jackson-databind:2.15.3
@@ -45,12 +58,12 @@ This project bundles the following dependencies under the Apache Software Licens
4558
- com.squareup.okhttp3:okhttp:4.12.0
4659
- com.squareup.okio:okio-jvm:3.8.0
4760
- com.squareup.okio:okio:3.8.0
48-
- org.apache.httpcomponents:httpcore:4.1.2
4961
- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21
5062
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21
5163
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21
5264
- org.jetbrains.kotlin:kotlin-stdlib:1.8.21
5365
- org.jetbrains:annotations:13.0
66+
- org.xerial.snappy:snappy-java:1.1.10.4
5467
- org.yaml:snakeyaml:2.0
5568

5669
This project bundles the following dependencies under the CDDL 1.1 license.

fluss-filesystems/fluss-fs-oss/src/main/resources/META-INF/NOTICE

Lines changed: 40 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,43 +10,59 @@ This project bundles the following dependencies under the Apache Software Licens
1010
- com.aliyun:aliyun-java-sdk-core:4.5.10
1111
- com.aliyun:aliyun-java-sdk-kms:2.11.0
1212
- com.aliyun:aliyun-java-sdk-ram:3.1.0
13-
- com.fasterxml.woodstox:woodstox-core:5.3.0
13+
- com.fasterxml.jackson.core:jackson-annotations:2.15.3
14+
- com.fasterxml.jackson.core:jackson-core:2.15.3
15+
- com.fasterxml.jackson.core:jackson-databind:2.15.3
16+
- com.fasterxml.woodstox:woodstox-core:5.4.0
1417
- com.google.code.gson:gson:2.8.6
15-
- com.google.guava:guava:11.0.2
16-
- com.jamesmurty.utils:java-xmlbuilder:0.4
18+
- com.google.guava:failureaccess:1.0
19+
- com.google.guava:guava:27.0-jre
20+
- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
21+
- com.google.j2objc:j2objc-annotations:1.1
22+
- com.google.re2j:re2j:1.1
1723
- commons-beanutils:commons-beanutils:1.9.4
1824
- commons-collections:commons-collections:3.2.2
19-
- commons-configuration:commons-configuration:1.6
20-
- commons-digester:commons-digester:1.8
21-
- commons-io:commons-io:2.5
22-
- commons-lang:commons-lang:2.6
25+
- commons-io:commons-io:2.14.0
2326
- commons-codec:commons-codec:1.11
24-
- commons-logging:commons-logging:1.1.3
27+
- commons-logging:commons-logging:1.2
28+
- dnsjava:dnsjava:3.4.0
29+
- io.dropwizard.metrics:metrics-core:3.2.4
30+
- io.netty:netty-buffer:4.1.100.Final
31+
- io.netty:netty-codec:4.1.100.Final
32+
- io.netty:netty-common:4.1.100.Final
33+
- io.netty:netty-handler:4.1.100.Final
34+
- io.netty:netty-resolver:4.1.100.Final
35+
- io.netty:netty-transport-classes-epoll:4.1.100.Final
36+
- io.netty:netty-transport-native-epoll:4.1.100.Final
37+
- io.netty:netty-transport-native-unix-common:4.1.100.Final
38+
- io.netty:netty-transport:4.1.100.Final
2539
- io.opentracing:opentracing-api:0.33.0
2640
- io.opentracing:opentracing-noop:0.33.0
2741
- io.opentracing:opentracing-util:0.33.0
28-
- org.apache.hadoop:hadoop-aliyun:3.3.4
42+
- jakarta.activation:jakarta.activation-api:1.2.1
43+
- org.apache.hadoop:hadoop-aliyun:3.4.0
44+
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.2.0
45+
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_21:1.2.0
2946
- org.apache.httpcomponents:httpclient:4.5.13
3047
- org.apache.httpcomponents:httpcore:4.4.13
48+
- org.apache.kerby:kerb-core:2.0.3
49+
- org.apache.kerby:kerby-asn1:2.0.3
50+
- org.apache.kerby:kerby-pkix:2.0.3
51+
- org.apache.kerby:kerby-util:2.0.3
52+
- org.bouncycastle:bcprov-jdk15on:1.70
3153
- org.codehaus.jettison:jettison:1.5.4
3254
- org.ini4j:ini4j:0.5.4
33-
- net.java.dev.jets3t:jets3t:0.9.0
34-
- org.apache.commons:commons-compress:1.21
55+
- org.apache.commons:commons-compress:1.24.0
56+
- org.apache.commons:commons-configuration2:2.8.0
57+
- org.apache.commons:commons-text:1.10.0
3558
- org.apache.commons:commons-lang3:3.18.0
36-
- org.apache.directory.api:api-asn1-api:1.0.0-M20
37-
- org.apache.directory.api:api-util:1.0.0-M20
38-
- org.apache.directory.server:apacheds-i18n:2.0.0-M15
39-
- org.apache.directory.server:apacheds-kerberos-codec:2.0.0-M15
40-
- org.apache.hadoop:hadoop-annotations:2.10.2
41-
- org.apache.hadoop:hadoop-auth:2.10.2
42-
- org.apache.hadoop:hadoop-common:2.10.2
43-
- org.apache.htrace:htrace-core4:4.1.0-incubating
44-
- org.codehaus.jackson:jackson-core-asl:1.9.13
45-
- org.codehaus.jackson:jackson-mapper-asl:1.9.13
59+
- org.apache.hadoop:hadoop-annotations:3.4.0
60+
- org.apache.hadoop:hadoop-auth:3.4.0
61+
- org.apache.hadoop:hadoop-common:3.4.0
62+
- org.checkerframework:checker-qual:2.5.2
63+
- org.codehaus.mojo:animal-sniffer-annotations:1.17
4664
- org.codehaus.woodstox:stax2-api:4.2.1
47-
- org.mortbay.jetty:jetty-sslengine:6.1.26
48-
- org.mortbay.jetty:jetty-util:6.1.26
49-
- org.mortbay.jetty:jetty:6.1.26
65+
- org.xerial.snappy:snappy-java:1.1.10.4
5066

5167
The binary distribution of this product bundles these dependencies under the Eclipse Public License - v 2.0 (https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt)
5268
See bundled license files for details.

fluss-filesystems/fluss-fs-s3/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
<groupId>com.sun.jersey</groupId>
7575
<artifactId>jersey-server</artifactId>
7676
</exclusion>
77+
<exclusion>
78+
<groupId>com.github.pjfanning</groupId>
79+
<artifactId>jersey-json</artifactId>
80+
</exclusion>
7781
<exclusion>
7882
<groupId>org.apache.avro</groupId>
7983
<artifactId>avro</artifactId>

0 commit comments

Comments
 (0)