Skip to content

Commit 1f2d9d9

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Added space betweek lines
1 parent 7d13d48 commit 1f2d9d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,18 +316,27 @@ public class DeltaSourceExample {
316316
</build>
317317
</project>
318318
```
319+
319320
## Package the jar and submit it to Flink cluster to run
320321

321322
1. Upload the jar to ABFS.
322323
:::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+
323325
1. Pass the job jar information in AppMode cluster.
326+
324327
:::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+
325329
1. Enable `hadoop.classpath.enable`.
330+
326331
1. Submit the cluster, you should be able to see the job in Flink UI.
332+
327333
:::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":::
334+
328335
1. Find Results in ADLS.
336+
329337
:::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

339+
331340
## Power BI integration
332341

333342
Once the data is in delta sink, you can run the query in Power BI desktop and create a report.

0 commit comments

Comments
 (0)