RESUME-ROUTINE-LOAD

Name

RESUME ROUTINE LOAD

Description

Used to restart a suspended Routine Load job. The restarted job will continue to consume from the previously consumed offset.

  1. RESUME [ALL] ROUTINE LOAD FOR job_name

Example

  1. Restart the routine import job named test1.

    1. RESUME ROUTINE LOAD FOR test1;
  2. Restart all routine import jobs.

    1. RESUME ALL ROUTINE LOAD;

Keywords

  1. RESUME, ROUTINE, LOAD

Best Practice