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
| 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
+
83
84
84
85
Once the job is launched, the job status on the portal is **RUNNING**.
85
86
@@ -233,7 +234,8 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
233
234
|entryClass | Entry class for job from which job execution starts. || Yes |
234
235
| args | Argument for main program of job. Separate arguments with space. || No |
| 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
+
237
239
238
240
Example:
239
241
@@ -300,7 +302,8 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
300
302
| jobType | Type of Job. It should be “FlinkJob” | Yes |
301
303
| jobName | Job Name that is used for launching the job. | Yes |
302
304
| 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
+
304
307
305
308
**Example:**
306
309
@@ -337,7 +340,8 @@ To authenticate Flink ARM Rest API users, need to get the bearer token or acces
337
340
| jobName | Job Name that is used for launching the job. | | Yes |
338
341
| action | It should be “UPDATE” always for new job launch. | | Yes |
339
342
| 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 |
0 commit comments