Cannot execute imported pipeline: "Definition requires at least version X which is higher then available library supports (Y)".


Userlevel 4
Badge

Issue:

After designing and exporting a pipeline in Streamsets Data Collector, attempting to import and execute the pipeline in a new Data Collector instance fails. The following type of exception is seen in the Data Collector pipeline designer UI:

CONTAINER_0902 - Definition requires at least version 13 which is higher then available library supports (12)

 

Solution:

Verify the version of the Data Collector instance where this pipeline was initially authored and compare it to the version of the Data Collector instance that's attempting to import the pipeline. It's likely that the "authoring" instance is a newer release of Data Collector than the "importing" instance, thus the pipeline is using stages that require newer versions of the available stage libraries. Upgrade[1] the "importing" instance to a version matching (or above) the "authoring" instance.

 

[1] https://streamsets.com/documentation/datacollector/latest/help/datacollector/UserGuide/Upgrade/Upgrade_title.html


0 replies

Be the first to reply!

Reply