Define Flink jobs, including Flink SQL and Flink JAR jobs.
Parameter |
Description |
---|---|
Type |
Job type, which can be Flink SQL or Flink Jar. |
Name |
Job name, which can contain a maximum of 64 characters. Only letters, digits, and underscores (_) are allowed. |
Task Type |
Type of the job data source, which can be a stream job or a batch job. |
Description |
Job description, which can contain a maximum of 100 characters. |
Parameter |
Description |
---|---|
Parallelism |
Number of concurrent jobs. The value must be a positive integer containing a maximum of 64 characters. |
Maximum Operator Parallelism |
Maximum parallelism of operators. The value must be a positive integer containing a maximum of 64 characters. |
JobManager Memory (MB) |
Memory of JobManager The minimum value is 512 and the value can contain a maximum of 64 characters. |
Submit Queue |
Queue to which a job is submitted. If this parameter is not set, the default queue is used. The queue name can contain a maximum of 30 characters. Only letters, digits, and underscores (_) are allowed. |
taskManager |
taskManager running parameters include:
|
Enable CheckPoint |
Whether to enable CheckPoint. After CheckPoint is enabled, you need to configure the following information:
|
Failure Recovery Policy |
Failure recovery policy of a job. The options are as follows:
|
Parameter |
Description |
---|---|
Local .jar File |
Upload a local JAR file. The size of the file cannot exceed 10 MB. |
Main Class |
Main-Class type.
|
Type |
Class name. This parameter is available when Main Class is set to Specify. |
Class Parameter |
Class parameters of Main-Class (parameters are separated by spaces). |
Parallelism |
Number of concurrent jobs. The value must be a positive integer containing a maximum of 64 characters. |
JobManager Memory (MB) |
Memory of JobManager The minimum value is 512 and the value can contain a maximum of 64 characters. |
Submit Queue |
Queue to which a job is submitted. If this parameter is not set, the default queue is used. The queue name can contain a maximum of 30 characters. Only letters, digits, and underscores (_) are allowed. |
taskManager |
taskManager running parameters include:
|
You can only view details about jobs in the Running state.