Skip to content

Commit fe6175b

Browse files
authored
Fixed the formatting issues.
Fixed the formatting issues.
1 parent 0937642 commit fe6175b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/hdinsight-aks/flink/application-mode-cluster-on-hdinsight-on-aks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@ This deployment mode enables you to assign dedicated resources for specific Flin
5757

5858
Before setting up a Flink App Mode Cluster, several preparatory steps required. One of these steps involves placing the App Mode job JAR in the cluster's storage account.
5959

60-
* Create a Directory for App Mode Job JAR:
60+
* Create a Directory for App Mode Job JAR:
6161

62-
Inside the dedicated containers, create a directory where you upload the App Mode job JAR file. This directory serves as the location for storing JAR files that you want to include in the classpath of the Flink cluster or job.
62+
Inside the dedicated containers, create a directory where you upload the App Mode job JAR file. This directory serves as the location for storing JAR files that you want to include in the classpath of the Flink cluster or job.
6363

64-
* Savepoints Directory (Optional):
64+
* Savepoints Directory (Optional):
6565

66-
If users intend to take savepoints during job execution, create a separate directory within the storage account for storing these savepoints. This directory used to store checkpoint data and metadata for savepoints.
66+
If users intend to take savepoints during job execution, create a separate directory within the storage account for storing these savepoints. This directory used to store checkpoint data and metadata for savepoints.
6767

68-
* Example directory structure:
68+
* Example directory structure:
69+
70+
:::image type="content" source="./media/application-mode-cluster-on-hdinsight-on-aks/save-points-directory-structure.png" alt-text="Screenshot showing the save points directory structure." lightbox="./media/application-mode-cluster-on-hdinsight-on-aks/save-points-directory-structure.png":::
71+
6972

70-
:::image type="content" source="./media/application-mode-cluster-on-hdinsight-on-aks/save-points-directory-structure.png" alt-text="Screenshot showing the save points directory structure." lightbox="./media/application-mode-cluster-on-hdinsight-on-aks/save-points-directory-structure.png":::
71-
72-
7373
### Create Flink App Mode Cluster
7474

7575
Flink AppMode clusters can be created once cluster pool deployment completed, let us go over the steps in case you're getting started with an existing cluster pool.

0 commit comments

Comments
 (0)