Skip to content

Commit 9a259c3

Browse files
authored
capitalization fixes
1 parent 6fbd7ef commit 9a259c3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Portal --> HDInsight on AKS Cluster Pool --> Flink Cluster --> Settings --> Flin
7979
| Entry class | Entry class for job from which job execution starts. | | Yes |
8080
| Args | Argument for main program of job. Separate all arguments with spaces. | | No |
8181
| parallelism | Job Flink Parallelism. | 2 | Yes |
82-
| savepoint.directory | Savepoint directory for job. it's recommended that users should create a new directory for job savepoint in storage account. | `abfs://<container>@<account>/<deployment-ID>/savepoints` | No |
82+
| savepoint.directory | Savepoint directory for job. It's recommended that users should create a new directory for job savepoint in storage account. | `abfs://<container>@<account>/<deployment-ID>/savepoints` | No |
83+
8384

8485
Once the job is launched, the job status on the portal is **RUNNING**.
8586

@@ -233,7 +234,8 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
233234
|entryClass | Entry class for job from which job execution starts. | | Yes |
234235
| args | Argument for main program of job. Separate arguments with space. | | No |
235236
| parallelism | Job Flink Parallelism. | 2 | Yes |
236-
| savepoint.directory | Savepoint directory for job. it's recommended that users should create a new directory for job savepoint in storage account. | `abfs://<container>@<account>/<deployment-ID>/savepoints`| No |
237+
| savepoint.directory | Savepoint directory for job. It's recommended that users should create a new directory for job savepoint in storage account. | `abfs://<container>@<account>/<deployment-ID>/savepoints`| No |
238+
237239

238240
Example:
239241

@@ -300,7 +302,8 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
300302
| jobType | Type of Job. It should be “FlinkJob” | Yes |
301303
| jobName | Job Name that is used for launching the job. | Yes |
302304
| action | It should be “START” | Yes |
303-
| savePointName | Save point name to start the job. it's optional property, by default start operation take last successful savepoint. | No |
305+
| savePointName | Save point name to start the job. It's optional property, by default start operation take last successful savepoint. | No |
306+
304307
305308
**Example:**
306309
@@ -337,7 +340,8 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
337340
| jobName | Job Name that is used for launching the job. | | Yes |
338341
| action | It should be “UPDATE” always for new job launch. | | Yes |
339342
| args | Job JVM arguments | | No |
340-
| savePointName | Save point name to start the job. it's optional property, by default start operation will take last successful savepoint.| | No |
343+
| savePointName | Save point name to start the job. It's optional property, by default start operation will take last successful savepoint.| | No |
344+
341345
342346
Example:
343347

0 commit comments

Comments
 (0)