File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ All notable changes to this project will be documented in this file.
3939- omid: Use jmx_export 1.1.0 ([ #1021 ] ).
4040- spark: Add 3.5.5 ([ #1022 ] ).
4141- trino: Add libstdc++ package, needed by snappy and duckdb ([ #1015 ] ).
42+ - hive: Revert the removal of 4.0.0 ([ #1031 ] ).
4243
4344### Changed
4445
Original file line number Diff line number Diff line change 1111 "azure_storage" : "7.0.1" ,
1212 "azure_keyvault_core" : "1.0.0" ,
1313 },
14+ {
15+ "product" : "4.0.0" ,
16+ "jmx_exporter" : "1.1.0" ,
17+ # Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
18+ "java-base" : "11" ,
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" ,
23+ "azure_storage" : "7.0.1" ,
24+ "azure_keyvault_core" : "1.0.0" ,
25+ },
1426 {
1527 "product" : "4.0.1" ,
1628 "jmx_exporter" : "1.1.0" ,
You can’t perform that action at this time.
0 commit comments