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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sbhadra
Contributor II
Contributor II

Add a jar file while deployment in some other environments

Hi Team,

 

I have loaded a jar for parsing my json data java-json.jar in my local using tlibraryload component. However, I am not sure whether the same will be present if my job is checked in to some git branch. Please suggest how to retain this external jar in order to run the job smoothly even if the job needs to be deployed in some other system.0683p000009M8wv.jpg

Labels (4)
3 Replies
Anonymous
Not applicable

Are you using Talend Data Fabric or Talend Open Source? If you are using Talend Data Fabric you can make use of an artefact repository like Nexus.

sbhadra
Contributor II
Contributor II
Author

I am using Talend Open Source
Anonymous
Not applicable

In which case, you will need to build this functionality in yourself. You can get an artefact repository, compile/build your jobs and load the jobs with dependencies into an artefact repository manually.