Running maintenance operations
Like with every system or tool, Pachyderm might require periodic maintenance, upgrades, and troubleshooting. In the following sections, we will discuss the most important aspects of pipeline maintenance.
Troubleshooting your pipeline
In this section, you will learn how to troubleshoot your pipeline.
Your pipelines might fail for the following reasons:
- Error in your code: This type of error occurs when something in your code is incorrect, such as a resource is not available or an incorrect value is specified. Fixing this type of error involves troubleshooting your code. You could try to do it locally before testing it inside Pachyderm.
- Pipeline specification error: This type of error occurs when something is incorrect in the pipeline specification; for example, a pipeline cannot pull the Docker image. This often happens when a wrong image version is specified or there is a network issue.
- Resource-related error: This type of error...