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/application-mode-cluster-on-hdinsight-on-aks.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,5 +1,5 @@
1
1
---
2
-
title: Apache Flink® Application Mode Cluster on HDInsight on AKS
2
+
title: Apache Flink® Application Mode cluster on HDInsight on AKS
3
3
description: Learn about Flink® Application Mode cluster on HDInsight on AKS.
4
4
ms.service: hdinsight-aks
5
5
ms.topic: how-to
@@ -15,7 +15,7 @@ HDInsight on AKS now offers a Flink Application mode cluster. This cluster lets
15
15
16
16
This deployment mode enables you to assign dedicated resources for specific Flink applications, ensuring that they have enough computing power and memory to handle large workloads efficiently.
17
17
18
-
:::image type="content" source="./media/application-mode-cluster-on-hdinsight-on-aks/job-manager.png" alt-text="Screenshot showing the job manager window." lightbox="./media/application-mode-cluster-on-hdinsight-on-aks/job-manager.png":::
18
+
:::image type="content" source="./media/application-mode-cluster-on-hdinsight-on-aks/job-manager.png" alt-text="Diagram showing the relationship between the Flink application window and the job manager window." lightbox="./media/application-mode-cluster-on-hdinsight-on-aks/job-manager.png":::
19
19
20
20
## Advantages
21
21
@@ -27,7 +27,7 @@ This deployment mode enables you to assign dedicated resources for specific Flin
27
27
28
28
* Automate Flink Job(s) using Azure Pipelines or other CI/CD tools: Using HDInsight on AKS, Flink users have access to user-friendly ARM Rest API, you can seamlessly integrate Flink job operations into your Azure Pipeline or other CI/CD tools.
29
29
30
-
## Key Features
30
+
## Key features
31
31
32
32
***Stop and Start Jobs with Savepoints**: Users can gracefully stop and start their Flink AppMode jobs from their previous state (Savepoint). Savepoints ensure that job progress is preserved, enabling seamless resumptions.
33
33
@@ -41,7 +41,7 @@ This deployment mode enables you to assign dedicated resources for specific Flin
41
41
42
42
***Delete**: Delete AppMode cluster.
43
43
44
-
## How to create Flink Application Cluster
44
+
## How to create Flink Application cluster
45
45
46
46
### Prerequisites
47
47
@@ -51,7 +51,7 @@ This deployment mode enables you to assign dedicated resources for specific Flin
0 commit comments