Skip to content

Commit 3a22232

Browse files
authored
Corrected the code block
Corrected the code block Ref Cici
1 parent a2fe444 commit 3a22232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

99
# Create Delta Catalog with Apache Flink® on Azure HDInsight on AKS
@@ -64,7 +64,7 @@ Using the delta catalog
6464
We use arrival data of flights from a sample data, you can choose a table of your choice.
6565

6666
```sql
67-
CREATE TABLE flightsintervaldata1 (arrivalAirportCandidatesCount INT, estArrivalHour INT) PARTITIONED BY (estArrivalHour) WITH ('connector' = 'delta', 'table-path' = 'abfs://container@storage_account.dfs.core.windows.net'/delta-output);
67+
CREATE TABLE flightsintervaldata1 (arrivalAirportCandidatesCount INT, estArrivalHour INT) PARTITIONED BY (estArrivalHour) WITH ('connector' = 'delta', 'table-path' = 'abfs://container@storage_account.dfs.core.windows.net/delta-output');
6868
```
6969
> [!NOTE]
7070
> In the above step, the container and storage account *need not be same* as specified during the cluster creation. In case you want to specify another storage account, you can update `core-site.xml` with `fs.azure.account.key.<account_name>.dfs.core.windows.net: <azure_storage_key>` using configuration management.

0 commit comments

Comments
 (0)