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/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Write event messages into Azure Data Lake Storage Gen2 with Apache Flink® DataStream API
3
-
description: Learn how to write event messages into Azure Data Lake Storage Gen2 with Apache Flink® DataStream API
3
+
description: Learn how to write event messages into Azure Data Lake Storage Gen2 with Apache Flink® DataStream API.
4
4
ms.service: hdinsight-aks
5
5
ms.topic: how-to
6
6
ms.date: 03/14/2024
@@ -22,11 +22,11 @@ Apache Flink uses file systems to consume and persistently store data, both for
22
22
23
23
## Apache Flink FileSystem connector
24
24
25
-
This filesystem connector provides the same guarantees for both BATCH and STREAMING and is designed to provide exactly once semantics for STREAMING execution. For more information, see [Flink DataStream Filesystem](https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/connectors/datastream/filesystem)
25
+
This filesystem connector provides the same guarantees for both BATCH and STREAMING and is designed to provide exactly once semantics for STREAMING execution. For more information, see [Flink DataStream Filesystem](https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/connectors/datastream/filesystem).
26
26
27
27
## Apache Kafka Connector
28
28
29
-
Flink provides an Apache Kafka connector for reading data from and writing data to Kafka topics with exactly once guarantees. For more information, see [Apache Kafka Connector](https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/connectors/datastream/kafka)
29
+
Flink provides an Apache Kafka connector for reading data from and writing data to Kafka topics with exactly once guarantees. For more information, see [Apache Kafka Connector](https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/connectors/datastream/kafka).
30
30
31
31
## Build the project for Apache Flink
32
32
@@ -163,17 +163,17 @@ public class KafkaSinkToGen2 {
163
163
164
164
**Submit the job on Flink Dashboard UI**
165
165
166
-
We are using Maven to package a jar onto local and submitting to Flink, and using Kafka to sink into ADLS Gen2
166
+
We are using Maven to package a jar onto local and submitting to Flink, and using Kafka to sink into ADLS Gen2.
167
167
168
168
:::image type="content" source="./media/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2/submit-the-job-flink-ui.png" alt-text="Screenshot showing jar submission to Flink dashboard.":::
169
-
:::image type="content" source="./media/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2/submit-the-job-flink-ui-2.png" alt-text="Screenshot showing job running on Flink dashboard.":::
169
+
:::Image type="content" source="./media/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2/submit-the-job-flink-ui-2.png" alt-text="Screenshot showing job running on Flink dashboard.":::
170
170
171
171
**Validate streaming data on ADLS Gen2**
172
172
173
173
We are seeing the `click_events` streaming into ADLS Gen2
0 commit comments