You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spark-k8s/boil-config.toml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ python-version = "3.11"
10
10
aws-java-sdk-bundle-version = "2.29.52"# needs to match the version shipped by Hadoop
11
11
azure-storage-version = "7.0.1"# needs to match the version shipped by Hadoop
12
12
azure-keyvault-core-version = "1.0.0"# needs to match the version shipped by Hadoop
13
-
jackson-dataformat-xml-version = "2.15.2"
14
-
stax2-api-version = "4.2.1"
15
-
woodstox-core-version = "6.5.1"
13
+
jackson-dataformat-xml-version = "2.15.2"# needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.5.7
14
+
stax2-api-version = "4.2.1"# needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
15
+
woodstox-core-version = "6.5.1"# needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
16
16
jmx-exporter-version = "1.3.0"
17
17
tini-version = "0.19.0"
18
18
hbase-connector-version = "1.0.1"
@@ -29,9 +29,9 @@ python-version = "3.11"
29
29
aws-java-sdk-bundle-version = "2.29.52"# needs to match the version shipped by Hadoop
30
30
azure-storage-version = "7.0.1"# needs to match the version shipped by Hadoop
31
31
azure-keyvault-core-version = "1.0.0"# needs to match the version shipped by Hadoop
32
-
jackson-dataformat-xml-version = "2.15.2"
33
-
stax2-api-version = "4.2.1"
34
-
woodstox-core-version = "6.5.1"
32
+
jackson-dataformat-xml-version = "2.15.2"# needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.5.7
33
+
stax2-api-version = "4.2.1"# needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
34
+
woodstox-core-version = "6.5.1"# needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
35
35
jmx-exporter-version = "1.3.0"
36
36
tini-version = "0.19.0"
37
37
hbase-connector-version = "1.0.1"
@@ -48,9 +48,9 @@ python-version = "3.11"
48
48
aws-java-sdk-bundle-version = "2.29.52"# needs to match the version shipped by Hadoop
49
49
azure-storage-version = "7.0.1"# needs to match the version shipped by Hadoop
50
50
azure-keyvault-core-version = "1.0.0"# needs to match the version shipped by Hadoop
51
-
jackson-dataformat-xml-version = "2.15.2"
52
-
stax2-api-version = "4.2.1"
53
-
woodstox-core-version = "6.5.1"
51
+
jackson-dataformat-xml-version = "2.18.2"# needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/4.0.1
52
+
stax2-api-version = "4.2.2"# needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
53
+
woodstox-core-version = "7.0.0"# needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
54
54
jmx-exporter-version = "1.3.0"
55
55
tini-version = "0.19.0"
56
56
hbase-connector-version = "1.0.1"# This is not supported in Spark 4 yet.
0 commit comments