Skip to content

Commit 7d13d48

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
App Mode Updates
1 parent 7d5ce92 commit 7d13d48

File tree

8 files changed

+10
-12
lines changed

8 files changed

+10
-12
lines changed
213 KB
Loading
276 KB
Loading
Binary file not shown.
128 KB
Loading
190 KB
Loading
Binary file not shown.

articles/hdinsight-aks/flink/use-flink-delta-connector.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Apache Flink® on HDInsight on AKS with Flink/Delta connector
33
description: Learn how to use Flink/Delta Connector.
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 04/10/2024
6+
ms.date: 04/22/2024
77
---
88

99
# How to use Flink/Delta Connector
@@ -318,17 +318,15 @@ public class DeltaSourceExample {
318318
```
319319
## Package the jar and submit it to Flink cluster to run
320320

321-
### Submit the jar on WebSSH pod
322-
323-
:::image type="content" source="./media/use-flink-delta-connector/webssh-pod.png" alt-text="Screenshot showing how to submit the jar on WebSSH pod." lightbox="./media/use-flink-delta-connector/webssh-pod.png":::
324-
325-
### Check Job on Flink UI
326-
327-
:::image type="content" source="./media/use-flink-delta-connector/check-job-on-flink-ui.png" alt-text="Screenshot showing how to check the job on Flink UI." lightbox="./media/use-flink-delta-connector/check-job-on-flink-ui.png":::
328-
329-
### Check the delta output on Azure portal
330-
331-
:::image type="content" source="./media/use-flink-delta-connector/delta-output.png" alt-text="Screenshot showing the delta output." lightbox="./media/use-flink-delta-connector/delta-output.png":::
321+
1. Upload the jar to ABFS.
322+
:::image type="content" source="./media/use-flink-delta-connector/app-mode-jar.png" alt-text="Screenshot showing App mode jar files." lightbox="./media/use-flink-delta-connector/app-mode-jar.png":::
323+
1. Pass the job jar information in AppMode cluster.
324+
:::image type="content" source="./media/use-flink-delta-connector/cluster-configuration.png" alt-text="Screenshot showing cluster configuration." lightbox="./media/use-flink-delta-connector/cluster-configuration.png":::
325+
1. Enable `hadoop.classpath.enable`.
326+
1. Submit the cluster, you should be able to see the job in Flink UI.
327+
:::image type="content" source="./media/use-flink-delta-connector/flink-dashboard.png" alt-text="Screenshot showing Flink dashboard." lightbox="./media/use-flink-delta-connector/flink-dashboard.png":::
328+
1. Find Results in ADLS.
329+
:::image type="content" source="./media/use-flink-delta-connector/output.png" alt-text="Screenshot showing the output." lightbox="./media/use-flink-delta-connector/output.png":::
332330

333331
## Power BI integration
334332

0 commit comments

Comments
 (0)