You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/flink/flink-catalog-iceberg-hive.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Table API and SQL - Use Iceberg Catalog type with Hive in Apache Flink®
3
3
description: Learn how to create Iceberg Catalog in Apache Flink® on HDInsight on AKS.
4
4
ms.service: hdinsight-aks
5
5
ms.topic: how-to
6
-
ms.date: 04/18/2024
6
+
ms.date: 04/19/2024
7
7
---
8
8
9
9
# Create Iceberg Catalog in Apache Flink® on HDInsight on AKS
@@ -48,7 +48,7 @@ A detailed explanation is given on how to get started with Flink SQL Client usin
48
48
```
49
49
### Create Iceberg Table managed in Hive catalog
50
50
51
-
With the following steps, we illustrate how you can create Flink-Iceberg Catalog using Hive catalog
51
+
With the following steps, we illustrate how you can create Flink-Iceberg catalog using Hive catalog.
52
52
53
53
```sql
54
54
CREATE CATALOG hive_catalog WITH (
@@ -97,7 +97,7 @@ ADD JAR '/opt/flink-webssh/lib/parquet-column-1.12.2.jar';
97
97
98
98
#### Output of the Iceberg Table
99
99
100
-
You can view the Iceberg Table output on the ABFS container.
100
+
You can view the Iceberg Table output on the ABFS container.
101
101
102
102
:::image type="content" source="./media/flink-catalog-iceberg-hive/flink-catalog-iceberg-hive-output.png" alt-text="Screenshot showing output of the Iceberg table in ABFS.":::
0 commit comments