|
5 | 5 | # Hive 3 must be built with Java 8 but will run on Java 11 |
6 | 6 | "java-base": "11", |
7 | 7 | "java-devel": "8", |
8 | | - "hadoop": "3.3.6", |
9 | | - # Keep consistent with the dependency from Hadoop: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.6 |
10 | | - "aws_java_sdk_bundle": "1.12.367", |
| 8 | + "hadoop": "3.4.1", |
| 9 | + # Keep consistent with the dependency from Hadoop: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1 |
| 10 | + "aws_java_sdk_bundle": "2.24.6", |
11 | 11 | "azure_storage": "7.0.1", |
12 | 12 | "azure_keyvault_core": "1.0.0", |
13 | 13 | }, |
|
17 | 17 | # Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11 |
18 | 18 | "java-base": "11", |
19 | 19 | "java-devel": "8", |
20 | | - "hadoop": "3.3.6", |
21 | | - # Keep consistent with the dependency from Hadoop: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.6 |
22 | | - "aws_java_sdk_bundle": "1.12.367", |
| 20 | + "hadoop": "3.4.1", |
| 21 | + # Keep consistent with the dependency from Hadoop: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1 |
| 22 | + "aws_java_sdk_bundle": "2.24.6", |
23 | 23 | "azure_storage": "7.0.1", |
24 | 24 | "azure_keyvault_core": "1.0.0", |
25 | 25 | }, |
|
29 | 29 | # Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11 |
30 | 30 | "java-base": "11", |
31 | 31 | "java-devel": "8", |
32 | | - "hadoop": "3.3.6", |
33 | | - # Keep consistent with the dependency from Hadoop: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.6 |
34 | | - "aws_java_sdk_bundle": "1.12.367", |
| 32 | + "hadoop": "3.4.1", |
| 33 | + # Keep consistent with the dependency from Hadoop: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1 |
| 34 | + "aws_java_sdk_bundle": "2.24.6", |
35 | 35 | "azure_storage": "7.0.1", |
36 | 36 | "azure_keyvault_core": "1.0.0", |
37 | 37 | }, |
|
0 commit comments