Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Vanita97
Contributor
Contributor

Create Talend CI/CD Pipeline using Azure devops- Could not resolve dependencies for project org.example.cicd_talend.job:cicd_foundation_to_sqldb:jar:0.1.0: Could not find artifact org.talend.libraries:SparkJDBC42:jar:6.0.0-SNAPSHOT

Hi,

I am trying to create Talend CI/CD pipeline, But the Pipeline is failing with below error.

[ERROR] Failed to execute goal on project cicd_foundation_to_sqldb: Could not resolve dependencies for project org.example.cicd_talend.job:cicd_foundation_to_sqldb:jar:0.1.0: Could not find artifact org.talend.libraries:SparkJDBC42:jar:6.0.0-SNAPSHOT in central-talend (https://talend-update.talend.com/nexus/content/repositories/libraries/) -> [Help 1]

Can anyone help how to resolve the above error and share the working example of Talend CI/CD using azure devops.

Using Talend 8.0

Thanks,

Vanita

Labels (3)
1 Reply
Anonymous
Not applicable

Hello @Vanita Badave​ ,

Regarding to the error log, the problem is that it can't build the job cicd_foundation_to_sqldb due to missing SparkJDBC42.jar

Could you please double check this job to make sure it will use the spark driver jar

mvn:Spark/SparkJDBC42/2.6.14.1018/jar