Skip to content

Commit 9fc3d6d

Browse files
authored
Improved the correctness score.
Improved the correctness score.
1 parent a305792 commit 9fc3d6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight-aks/flink/flink-catalog-iceberg-hive.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Table API and SQL - Use Iceberg Catalog type with Hive in Apache Flink®
33
description: Learn how to create Iceberg Catalog in Apache Flink® on HDInsight on AKS.
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 04/18/2024
6+
ms.date: 04/19/2024
77
---
88

99
# 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
4848
```
4949
### Create Iceberg Table managed in Hive catalog
5050

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.
5252

5353
```sql
5454
CREATE CATALOG hive_catalog WITH (
@@ -97,7 +97,7 @@ ADD JAR '/opt/flink-webssh/lib/parquet-column-1.12.2.jar';
9797

9898
#### Output of the Iceberg Table
9999

100-
You can view the Iceberg Table output on the ABFS container .
100+
You can view the Iceberg Table output on the ABFS container.
101101

102102
:::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.":::
103103

0 commit comments

Comments
 (0)