Updated on 2022-02-22 GMT+08:00

Instance Monitoring

In the navigation tree of the Data Development console, choose Monitoring. On the Monitor Instance page, you can view the job instance information and perform more operations on instances and nodes as required. For details, see Batch Processing: Viewing All Instances.

If the job instance is in the Failed state, you can mouse over the question mark and view the pop-up message to understand the failure cause, as shown in Figure 1.

Figure 1 Job instance failure prompt

Rerunning Job Instances

You can rerun a job instance that is successfully executed or fails to be executed by setting its rerun position.

  1. Log in to the DLF console.
  2. In the navigation tree of the DLF console, choose Monitoring > Monitor Instance.
  3. In the Operation column of a job, click Rerun to rerun the job instance. Alternatively, click the check box on the left of a job, and then click the Rerun button to rerun the job.

    Figure 2 Setting the rerunning position
    Table 1 Parameter description

    Parameter

    Description

    Rerun From

    Select the start position from which the job instance reruns.

    • Error node: When a job instance fails to be run, it reruns since the error node of the job instance.
    • The first node: When a job instance fails to be run, it reruns since the first node of the job instance.
    • Specified node: When a job instance fails to be run, it reruns since the node specified in the job instance.
    NOTE:

    A job instance reruns from its first node if either of the following cases occurs:

    • The quantity or name of a node in the job changes.
    • The job instance has been successfully run.