how to export talend job as single fat jar

ⅰ亾dé卋堺 提交于 2019-12-08 06:45:22

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!