Skip to content

Commit 2af3840

Browse files
committed
fix: readd Hive 4.0.0
1 parent ae47d9d commit 2af3840

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

hive/versions.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
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",

0 commit comments

Comments
 (0)