|
1 | 1 | [versions."3.5.6".local-images]
|
2 |
| -"hadoop/hadoop" = "3.4.1" # Current Stackable LTS version. Source of the AWS and Azure artifacts to Spark's classpath. |
| 2 | +"hadoop/hadoop" = "3.4.2" |
3 | 3 | java-base = "17"
|
4 | 4 | java-devel = "17"
|
5 |
| -hbase = "2.6.2" # Current Stackable LTS version. Used to build the HBase connector. |
| 5 | +hbase = "2.6.3" |
6 | 6 | vector = "0.49.0"
|
7 | 7 |
|
8 | 8 | [versions."3.5.6".build-arguments]
|
9 | 9 | python-version = "3.11"
|
10 |
| -aws-java-sdk-bundle-version = "2.24.6" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1 |
11 |
| -azure-storage-version = "7.0.1" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.1 |
12 |
| -azure-keyvault-core-version = "1.0.0" # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1 |
13 |
| -jackson-dataformat-xml-version = "2.15.2" # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.2 |
14 |
| -stax2-api-version = "4.2.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2 |
15 |
| -woodstox-core-version = "6.5.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2 |
| 10 | +aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop |
| 11 | +azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop |
| 12 | +azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop |
| 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.6 |
| 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"
|
19 | 19 |
|
20 | 20 | [versions."3.5.7".local-images]
|
21 |
| -"hadoop/hadoop" = "3.4.1" # Current Stackable LTS version. Source of the AWS and Azure artifacts to Spark's classpath. |
| 21 | +"hadoop/hadoop" = "3.4.2" |
22 | 22 | java-base = "17"
|
23 | 23 | java-devel = "17"
|
24 |
| -hbase = "2.6.2" # Current Stackable LTS version. Used to build the HBase connector. |
| 24 | +hbase = "2.6.3" |
25 | 25 | vector = "0.49.0"
|
26 | 26 |
|
27 | 27 | [versions."3.5.7".build-arguments]
|
28 | 28 | python-version = "3.11"
|
29 |
| -aws-java-sdk-bundle-version = "2.24.6" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1 |
30 |
| -azure-storage-version = "7.0.1" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.1 |
31 |
| -azure-keyvault-core-version = "1.0.0" # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1 |
32 |
| -jackson-dataformat-xml-version = "2.15.2" # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.2 |
33 |
| -stax2-api-version = "4.2.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2 |
34 |
| -woodstox-core-version = "6.5.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2 |
| 29 | +aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop |
| 30 | +azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop |
| 31 | +azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop |
| 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"
|
38 | 38 |
|
39 | 39 | [versions."4.0.1".local-images]
|
40 |
| -"hadoop/hadoop" = "3.4.1" |
| 40 | +"hadoop/hadoop" = "3.4.2" |
41 | 41 | java-base = "17"
|
42 | 42 | java-devel = "17"
|
43 |
| -hbase = "2.6.2" |
| 43 | +hbase = "2.6.3" |
44 | 44 | vector = "0.49.0"
|
45 | 45 |
|
46 | 46 | [versions."4.0.1".build-arguments]
|
47 | 47 | python-version = "3.11"
|
48 |
| -aws-java-sdk-bundle-version = "2.24.6" |
49 |
| -azure-storage-version = "7.0.1" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.3.4 |
50 |
| -azure-keyvault-core-version = "1.0.0" # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1 |
51 |
| -jackson-dataformat-xml-version = "2.15.2" # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.1 |
52 |
| -stax2-api-version = "4.2.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2 |
53 |
| -woodstox-core-version = "6.5.1" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2 |
| 48 | +aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop |
| 49 | +azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop |
| 50 | +azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop |
| 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 |
| -hbase-connector-version = "1.0.1" # This is not supported in Spark 4 yet. |
| 56 | +hbase-connector-version = "1.0.1" # This is not supported in Spark 4 yet. |
0 commit comments