Skip to content

Commit e9165c6

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Fixed link errors
1 parent 66a8377 commit e9165c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/hdinsight-aks/flink/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public class KafkaSinkToGen2 {
176176

177177
1. Pass the job jar information in `AppMode` cluster creation.
178178

179-
:::image type="content" source="./media/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2/create-app-mode.png" alt-text="Screenshot showing create app mode." lightbox="./media/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2/-create-app-mode.png":::
179+
:::image type="content" source="./media/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2/create-app-mode.png" alt-text="Screenshot showing create app mode." lightbox="./media/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2/create-app-mode.png":::
180180

181181
> [!NOTE]
182182
> Make sure to add classloader.resolve-order as ‘parent-first’ and hadoop.classpath.enable as `true`

articles/hdinsight-aks/flink/flink-configuration-management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ HDInsight on AKS provides a set of default configurations of Apache Flink for mo
1414

1515
1. Go To Settings > Flink Jobs > Click on Update.
1616

17-
:::image type="content" source="./media/update-page.png" alt-text="Screenshot showing update page." lightbox="./media/flink-configuration-management/update-page.png":::
17+
:::image type="content" source="./media/flink-configuration-managemen/update-page.png" alt-text="Screenshot showing update page." lightbox="./media/flink-configuration-management/update-page.png":::
1818

1919
1. Click on **+ Add a row** to edit configuration.
2020

@@ -93,11 +93,11 @@ By default, stored in the storage account, configured by the user. (We support A
9393

9494
## Job manager high availability
9595

96-
In HDInsight on AKS, Flink uses Kubernetes as backend. Even if the Job Manager fails in between due to any known/unknown issue, the pod is restarted within a few seconds. Hence, even if the job restarts due to this issue, the job is recovered back from the **latest checkpoint**.
96+
In HDInsight on AKS, Flink uses Kubernetes as backend. Even if the Job Manager fails in between due to any known/unknown issue, the pod is restarted within a few seconds. Hence, even if the job restarts due to this issue, the job is recovered back from the **latest checkpoint**.
9797

9898
### FAQ
9999

100-
**Why does the Job failure in between
100+
**Why does the Job failure in between.
101101
Even if the jobs fail abruptly, if the checkpoints are happening continuously, then the job is restarted by default from the latest checkpoint.**
102102

103103
Change the job strategy in between?
@@ -109,7 +109,7 @@ There are use cases, where the job needs to be modified while in production due
109109

110110
1. After savepoint completion, click on start and Start Job Tab will appear. Select the savepoint name from the dropdown. Edit any configurations if necessary. And click **OK**.
111111

112-
:::image type="content" source="./media/flink-configuration-management/start-job.png" alt-text="Screenshot showing how to start job." lightbox="./media/flink-configuration-management/start.job.png":::
112+
:::image type="content" source="./media/flink-configuration-management/start-job.png" alt-text="Screenshot showing how to start job." lightbox="./media/flink-configuration-management/start-job.png":::
113113

114114
Since savepoint is provided in the job, the Flink knows from where to start processing the data.
115115

0 commit comments

Comments
 (0)