Skip to content

Commit a305792

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

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

1313
[Apache Iceberg](https://iceberg.apache.org/) is an open table format for huge analytic datasets. Iceberg adds tables to compute engines like Apache Flink, using a high-performance table format that works just like a SQL table. Apache Iceberg [supports](https://iceberg.apache.org/multi-engine-support/#apache-flink) both Apache Flink’s DataStream API and Table API.
1414

15-
In this article, we learn how to use Iceberg Table managed in Hive catalog, with Apache Flink on HDInsight on AKS cluster
15+
In this article, we learn how to use Iceberg Table managed in Hive catalog, with Apache Flink on HDInsight on AKS cluster.
1616

1717
## Prerequisites
1818
- You're required to have an operational Flink cluster with secure shell, learn how to [create a cluster](../flink/flink-create-cluster-portal.md)
@@ -22,13 +22,13 @@ In this article, we learn how to use Iceberg Table managed in Hive catalog, with
2222

2323
**Script actions**
2424

25-
1. Upload hadoop-hdfs-client and iceberg-flink connector jar into Flink cluster Job Manager and Task Manager
25+
1. Upload hadoop-hdfs-client and iceberg-flink connector jar into Flink cluster Job Manager and Task Manager.
2626

27-
1. Go to Script actions on Cluster Azure Portal:
27+
1. Go to Script actions on Cluster Azure portal.
2828

2929
1. Upload [hadoop-hdfs-client_jar](https://hdiconfigactions2.blob.core.windows.net/flink-script-action/hudi-sa-test.sh)
3030

31-
:::image type="content" source="./media/flink-catalog-iceberg-hive/add-script-action.png" alt-text="Screenshot showing how to add script sction.":::
31+
:::image type="content" source="./media/flink-catalog-iceberg-hive/add-script-action.png" alt-text="Screenshot showing how to add script action.":::
3232

3333
:::image type="content" source="./media/flink-catalog-iceberg-hive/script-action-successful.png" alt-text="Screenshot showing script action added successfully.":::
3434

@@ -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)