Skip to content

Commit 4c2857e

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Improved correctness Score
1 parent e3430e1 commit 4c2857e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ In HDInsight on AKS, Flink uses Kubernetes as backend. Even if the Job Manager f
9999

100100
### FAQ
101101

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

105105
Change the job strategy in between?

articles/hdinsight-aks/flink/flink-create-cluster-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Flink clusters can be created once cluster pool deployment has been completed, l
4040
|Subscription | This field is autopopulated with the Azure subscription that was registered for the Cluster Pool.|
4141
|Resource Group|This field is autopopulated and shows the resource group on the cluster pool.|
4242
|Region|This field is autopopulated and shows the region selected on the cluster pool.|
43-
|Cluster Pool|This field is autopopulated and shows the cluster pool name on which the cluster is now getting created.To create a cluster in a different pool, find that cluster pool in the portal and click **+ New cluster**.|
43+
|Cluster Pool|This field is autopopulated and shows the cluster pool name on which the cluster is now getting created. To create a cluster in a different pool, find that cluster pool in the portal and click **+ New cluster**.|
4444
|HDInsight on AKS Pool Version|This field is autopopulated and shows the cluster pool version on which the cluster is now getting created.|
4545
|HDInsight on AKS Version | Select the minor or patch version of the HDInsight on AKS of the new cluster.|
4646
|Cluster type | From the drop-down list, select Flink.|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
383383
384384
`Invoke-RestMethod -Uri $restUri -Method POST -Headers @{ Authorization = "Bearer $tok" } -Body $jsonString -ContentType "application/json"`
385385
386-
- **Savepoint:** Rest API to trigger savepoint for job.
386+
- **Savepoint:** Rest APIs to trigger savepoint for job.
387387
388388
| Option | Value |
389389
| -------- | ------- |

0 commit comments

Comments
 (0)