From 7a3819f5d7bf9987d10fd5a776104964200ac862 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 5 Mar 2025 12:09:12 +0100 Subject: [PATCH] docs: Mention Iceberg support removal --- .../nifi/pages/usage_guide/writing-to-iceberg-tables.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/nifi/pages/usage_guide/writing-to-iceberg-tables.adoc b/docs/modules/nifi/pages/usage_guide/writing-to-iceberg-tables.adoc index 57760a13..a026a5b6 100644 --- a/docs/modules/nifi/pages/usage_guide/writing-to-iceberg-tables.adoc +++ b/docs/modules/nifi/pages/usage_guide/writing-to-iceberg-tables.adoc @@ -2,6 +2,8 @@ :description: Write to Apache Iceberg tables in NiFi using the PutIceberg processor. Supports integration with S3 and Hive Metastore for scalable data handling. :iceberg: https://iceberg.apache.org/ +WARNING: In NiFi `2.0.0` Iceberg support https://issues.apache.org/jira/browse/NIFI-13938[has been removed]. + {iceberg}[Apache Iceberg] is a high-performance format for huge analytic tables. Iceberg brings the reliability and simplicity of SQL tables to big data, while making it possible for engines like Spark, Trino, Flink, Presto, Hive and Impala to safely work with the same tables, at the same time.