On the Settings tab page, you can perform the following operations:
The value of this parameter ranges from 1 to 300. If the total number of extractors exceeds the value of this parameter, the excess extractors are queued. Determine the maximum number of concurrent extractors based on the number of concurrent extractors of each job.
Configure the number of concurrent extractors of a job based on the following rules:
The number of concurrent extractors in a CDM migration job is related to the cluster specifications and table size. The value range is 1 to 300. If the value is too large, the extractors are queued.
This function depends on the OBS service.
You have created the Link to OBS.
On the Job Management page, click Settings and configure Scheduled Backup and its related parameters.
Parameter |
Description |
Example Value |
---|---|---|
Scheduled Backup |
Whether to enable automatic backup. This function is used to back up jobs but not links. |
Enable |
Backup Policy |
|
All jobs |
Backup Cycle |
Select the backup cycle.
|
Day |
OBS Link for Writing Backups |
Link used to back up jobs to OBS buckets. Select a link you have created on the Links page. |
obslink |
OBS Bucket |
OBS bucket where backup files are stored |
cdm |
Backup Data Directory |
Directory where backup files are stored |
/cdm-bk/ |
If automatic backup has been performed, the backup list is displayed on the Configuration Management tab page. The OBS buckets where the backup files reside, backup paths, and backup time are displayed.
You can click Restore Backup in the Operation column of the backup list to restore the CDM jobs.
When creating a migration job on CDM, the parameter (such as the OBS bucket name or file path) that can be manually configured, a field in a parameter, or a character in a field can be configured as a global variable, so that you can change parameter values in batches, or batch replace certain characters after jobs are exported or imported.
The following describes how to batch replace the OBS bucket name in a migration job.
bucket_1=A bucket_2=B
Variable bucket_1 indicates bucket A, and variable bucket_2 indicates bucket B.
Set the source bucket name to ${bucket_1} and destination bucket name to ${bucket_2}.
bucket_1=C bucket_2=D