Introduction

A job refers to tasks ran by a compiled Java JAR file in a distributed system. A job contains three parts: source stream, Stream SQL data processing, and sink stream. On the Job Management page, you can create and manage jobs. Information about all created jobs is displayed in the job list on the Job Management page. If a large number of jobs are created, you can turn pages to view them.

Job Management

The job list displays all created jobs. By default, jobs are sorted in time sequence, and the latest job is displayed at the top. Table 1 describes the parameters involved in the job list.

Table 1 Parameters involved in the job list

Parameter

Description

ID

Job ID, which is unique globally.

Name

Job name, which is unique globally.

Type

Type of the job. The following types are supported:

  • Flink SQL
  • Flink JAR
  • Flink Edge SQL
  • Spark JAR

Status

Available job statuses are as follows:

  • Draft
  • Running
  • Idle
  • Completed
  • Stopped
  • Submitting
  • Submission failed
  • Running exception
  • Stopping
  • Stopping failed
  • Stopped due to arrears
  • Restoring (recharged jobs)
  • Creating the savepoint

Description

Description of a job.

Created

Time when the job is created.

Start Time

Start time of the job execution.

Running Duration

Running duration of the job.

Enterprise Project

Enterprise project to which the job belongs.

Operation

  • Edit: You can click Edit to edit a job that has been created.
  • Start: You can click Start to start and run a job.
  • Stop: You can click More > Stop to stop a job in the Submitting or Running status.
  • Delete: You can click More > Delete to delete a job.
    NOTE:

    A deleted job cannot be restored. Therefore, exercise caution when deleting a job.

  • Sink Visualization: Click More > Sink Visualization to display data of the digit type in the sink stream in a chart.
  • Modify Name and Description: Click More > Modify Name and Description to modify the job name and description.
Table 2 Buttons and drop-down list boxes

Button/Drop-down List Box

Description

Select a certain job status from the drop-down list to display jobs in that status.

Select a username, enterprise project, or job name from the drop-down list box to filter jobs.

In the search box, enter the job name and click to search for the job.

Search by Tag

Search for jobs by tag. For details, see Searching for Jobs by Tag.

Click to manually refresh the job list.