From d653bb955136aad94b8a03e41ee10ab2ec2daffa Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Mon, 22 Sep 2025 16:28:25 +0200 Subject: [PATCH 1/2] Hive 4 clarifications --- .../hive/partials/supported-versions.adoc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/modules/hive/partials/supported-versions.adoc b/docs/modules/hive/partials/supported-versions.adoc index e199808b..3efe126b 100644 --- a/docs/modules/hive/partials/supported-versions.adoc +++ b/docs/modules/hive/partials/supported-versions.adoc @@ -2,17 +2,19 @@ // This is a separate file, since it is used by both the direct Hive-Operator documentation, and the overarching // Stackable Platform documentation. -- 4.0.1 (experimental) -- 4.0.0 (LTS) +- 4.0.1 (LTS) +- 4.0.0 (deprecated) - 3.1.3 (deprecated) === Hive 4 issues -As of SDP 25.7, Hive 4 is still relatively new and there are some known issues, especially when using it with Iceberg and Trino. -The missing comppatibilty with Iceberg also means that Spark jobs using this storage may fail. +Hive 4 has known compatibility issues, especially when using it with Iceberg and Trino. +The missing compatibility with Iceberg also means that Spark jobs using this storage may fail. + +**Workaround:** If you encounter issues with Hive 4, use Hive 3.1.3 instead until these upstream issues are resolved. For more details, see: -* https://github.com/stackabletech/hive-operator/issues/626[The stackable tracking issue] -* https://github.com/trinodb/trino/issues/26214[Trino issue] -* https://github.com/apache/iceberg/issues/12878[Spark with Iceberg issue] +* https://github.com/stackabletech/hive-operator/issues/626[Our Stackable tracking issue] +* https://github.com/trinodb/trino/issues/26214[Trino: Repeated ANALYZE fails on Hive metastore 4.0.x] +* https://github.com/apache/iceberg/issues/12878[Iceberg: org.apache.thrift.TApplicationException: Invalid method name: 'get_table'] From 456b5cccdb2394aec135f41a01d0e80e34b7c338 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Thu, 2 Oct 2025 16:21:06 +0200 Subject: [PATCH 2/2] Update docs/modules/hive/partials/supported-versions.adoc Co-authored-by: Sebastian Bernauer --- docs/modules/hive/partials/supported-versions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/hive/partials/supported-versions.adoc b/docs/modules/hive/partials/supported-versions.adoc index 3efe126b..e21a9ba6 100644 --- a/docs/modules/hive/partials/supported-versions.adoc +++ b/docs/modules/hive/partials/supported-versions.adoc @@ -8,7 +8,7 @@ === Hive 4 issues -Hive 4 has known compatibility issues, especially when using it with Iceberg and Trino. +Hive 4 has known compatibility issues, especially when using it with Iceberg or Trino. The missing compatibility with Iceberg also means that Spark jobs using this storage may fail. **Workaround:** If you encounter issues with Hive 4, use Hive 3.1.3 instead until these upstream issues are resolved.