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
+2-40Lines changed: 2 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,7 @@
1
1
[metadata.registries]
2
2
"oci.stackable.tech" = { namespace = "sdp" }
3
3
4
-
[versions."3.5.7"]
5
-
containerfile = "Dockerfile.3"
6
-
7
-
[versions."3.5.7".local-images]
8
-
"hadoop/hadoop" = "3.4.2"
9
-
java-base = "17"
10
-
java-devel = "17"
11
-
hbase = "2.6.3"
12
-
"spark-k8s/hbase-connectors" = "1.0.1_3.5.7"
13
-
14
-
[versions."3.5.7".build-arguments]
15
-
python-version = "3.11"
16
-
aws-java-sdk-bundle-version = "2.29.52"# needs to match the version shipped by Hadoop
17
-
azure-storage-version = "7.0.1"# needs to match the version shipped by Hadoop
18
-
azure-keyvault-core-version = "1.0.0"# needs to match the version shipped by Hadoop
19
-
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
20
-
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
21
-
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
22
-
jmx-exporter-version = "1.3.0"
23
-
tini-version = "0.19.0"
24
-
hbase-connector-version = "1.0.1_3.5.7"
25
-
4
+
# Deprecated since 26.7.0
26
5
[versions."3.5.8"]
27
6
containerfile = "Dockerfile.3"
28
7
@@ -45,25 +24,8 @@ jmx-exporter-version = "1.3.0"
45
24
tini-version = "0.19.0"
46
25
hbase-connector-version = "1.0.1_3.5.8"
47
26
48
-
[versions."4.0.1"]
49
-
containerfile = "Dockerfile.4"
50
-
51
-
[versions."4.0.1".local-images]
52
-
"hadoop/hadoop" = "3.4.2"
53
-
java-base = "21"
54
-
java-devel = "21"
55
-
56
-
[versions."4.0.1".build-arguments]
57
-
python-version = "3.12"
58
-
aws-java-sdk-bundle-version = "2.29.52"# needs to match the version shipped by Hadoop
59
-
azure-storage-version = "7.0.1"# needs to match the version shipped by Hadoop
60
-
azure-keyvault-core-version = "1.0.0"# needs to match the version shipped by Hadoop
61
-
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
62
-
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
63
-
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
0 commit comments