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
1. Click on **+ Add a row** to edit configuration.
20
20
@@ -93,11 +93,11 @@ By default, stored in the storage account, configured by the user. (We support A
93
93
94
94
## Job manager high availability
95
95
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**.
97
97
98
98
### FAQ
99
99
100
-
**Why does the Job failure in between
100
+
**Why does the Job failure in between.
101
101
Even if the jobs fail abruptly, if the checkpoints are happening continuously, then the job is restarted by default from the latest checkpoint.**
102
102
103
103
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
109
109
110
110
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**.
111
111
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":::
113
113
114
114
Since savepoint is provided in the job, the Flink knows from where to start processing the data.
0 commit comments