Skip to content

Commit 72fc645

Browse files
authored
Merge pull request #272904 from sreekzz/app-mode-updates
App Mode Updates
2 parents 967bd1d + 1f2d9d9 commit 72fc645

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
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: 14 additions & 7 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
@@ -316,19 +316,26 @@ public class DeltaSourceExample {
316316
</build>
317317
</project>
318318
```
319+
319320
## Package the jar and submit it to Flink cluster to run
320321

321-
### Submit the jar on WebSSH pod
322+
1. Upload the jar to ABFS.
323+
:::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":::
324+
325+
1. Pass the job jar information in AppMode cluster.
326+
327+
:::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":::
328+
329+
1. Enable `hadoop.classpath.enable`.
322330

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":::
331+
1. Submit the cluster, you should be able to see the job in Flink UI.
324332

325-
### Check Job on Flink UI
333+
:::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":::
326334

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":::
335+
1. Find Results in ADLS.
328336

329-
### Check the delta output on Azure portal
337+
:::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":::
330338

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":::
332339

333340
## Power BI integration
334341

0 commit comments

Comments
 (0)