You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/flink/use-flink-delta-connector.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to use Apache Flink® on HDInsight on AKS with Flink/Delta connector
3
3
description: Learn how to use Flink/Delta Connector.
4
4
ms.service: hdinsight-aks
5
5
ms.topic: how-to
6
-
ms.date: 04/10/2024
6
+
ms.date: 04/22/2024
7
7
---
8
8
9
9
# How to use Flink/Delta Connector
@@ -318,17 +318,15 @@ public class DeltaSourceExample {
318
318
```
319
319
## Package the jar and submit it to Flink cluster to run
320
320
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.
0 commit comments