Skip to content

Commit 6fbd7ef

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Replaced Images
1 parent fe66ebb commit 6fbd7ef

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 8 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,11 @@ 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 |
8383

8484
Once the job is launched, the job status on the portal is **RUNNING**.
8585

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

8888
:::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":::
8989

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

162162
#### Base URL format for Rest API
163163

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.
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.
165165
`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}}`
166166

167167
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 +233,7 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
233233
|entryClass | Entry class for job from which job execution starts. | | Yes |
234234
| args | Argument for main program of job. Separate arguments with space. | | No |
235235
| 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 |
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 |
237237

238238
Example:
239239

@@ -300,7 +300,7 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
300300
| jobType | Type of Job. It should be “FlinkJob” | Yes |
301301
| jobName | Job Name that is used for launching the job. | Yes |
302302
| 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 |
303+
| savePointName | Save point name to start the job. it's optional property, by default start operation take last successful savepoint. | No |
304304
305305
**Example:**
306306
@@ -337,7 +337,7 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
337337
| jobName | Job Name that is used for launching the job. | | Yes |
338338
| action | It should be “UPDATE” always for new job launch. | | Yes |
339339
| 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 |
340+
| savePointName | Save point name to start the job. it's optional property, by default start operation will take last successful savepoint.| | No |
341341
342342
Example:
343343
1.55 KB
Loading
39.8 KB
Loading

0 commit comments

Comments
 (0)