What Should I Do If a Job Exported from a Cluster Fails to Be Imported to Another Cluster?
Symptom
When a job is exported from a CDM cluster of version 2.6.0 to a CDM cluster of version 2.8.6.1, an error message shown in the following figure is displayed.
Possible Cause
- Some parameters of the two clusters are incompatible. Check the throttlingConfig.concurrentSubJobs parameter (number of concurrent subjobs, which is unavailable in the new cluster) in the JSON file exported from the old cluster.
- Delete the following configuration item from the exported JSON file and import the job again to the new cluster again. The import is successful.
{ "name":"throttlingConfig.concurrentSubJobs", "value":"10" },
Solution
Delete the "name":"throttlingConfig.concurrentSubJobs" configuration item from the exported JSON file and import the JSON file again.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot