Skip to content

Commit 5471128

Browse files
authored
Merge pull request #270778 from sreekzz/Flink-Updates
Replaced Images
2 parents 011510f + 9a259c3 commit 5471128

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Apache Flink® job management in HDInsight on AKS
3-
description: HDInsight on AKS provides a feature to manage and submit Apache Flink jobs directly through the Azure portal
3+
description: HDInsight on AKS provides a feature to manage and submit Apache Flink jobs directly through the Azure portal.
44
ms.service: hdinsight-aks
55
ms.topic: tutorial
6-
ms.date: 09/07/2023
6+
ms.date: 04/01/2024
77
---
88

99
# Apache Flink® job management in HDInsight on AKS clusters
@@ -79,11 +79,12 @@ 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 is 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

86-
- **Stop:** Stop job did not require any parameter, user can stop the job by selecting the action.
87+
- **Stop:** Stop job didn't require any parameter, user can stop the job by selecting the action.
8788

8889
:::image type="image" source="./media/flink-job-management/stop-job.png" alt-text="Screenshot shows how user can stop job." border="true" lightbox="./media/flink-job-management/stop-job.png":::
8990

@@ -161,7 +162,7 @@ HDInsight on AKS supports user friendly ARM Rest APIs to submit job and manage j
161162

162163
#### Base URL format for Rest API
163164

164-
See following URL for rest API, users need to replace subscription, resource group, cluster pool, cluster name and HDInsight on AKS API version in this before using it.
165+
See following URL for rest API, users need to replace subscription, resource group, cluster pool, cluster name, and HDInsight on AKS API version in this before using it.
165166
`https://management.azure.com/subscriptions/{{USER_SUBSCRIPTION}}/resourceGroups/{{USER_RESOURCE_GROUP}}/providers/Microsoft.HDInsight/clusterpools/{{CLUSER_POOL}}/clusters/{{FLINK_CLUSTER}}/runjob?api-version={{API_VERSION}}`
166167

167168
Using this REST API, users can initiate new jobs, stop jobs, start jobs, create savepoints, cancel jobs, and delete jobs. The current API_VERSION is 2023-06-01-preview.
@@ -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 is 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 is 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 is 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
1.55 KB
Loading
39.8 KB
Loading

0 commit comments

Comments
 (0)