问题
Is it possible to export the talend job as one jar only (inclusive of all its dependencies)? Because currently, the exported zip file has the dependencies outside.
Thanks in advance
回答1:
I never found a way to achieve the one single jar inclusive of dependencies output via the Talend Open Studio (Community Edition). The workaround is to create a Java Application, add the libraries and the job jars into it, then package that java application as one fat jar.
回答2:
You can build the job.
Repository > jobs > your job > right click > build job
来源:https://stackoverflow.com/questions/42662185/how-to-export-talend-job-as-single-fat-jar