Posts

Showing posts from October, 2016

Ways to schedule Talend Job

Ways to schedule your Talend job (open studio version) : 1       Export your job as Executable .bat or .sh file : Right click your job in Repository >  Build Job >  Build Type > Standalone Job        You can Export your job as  .bat or .sh executable  which can then run on any machine without the      help of Talend. It is fully portable. You just need java. It is similar to running a java code. You can then schedule via Windows/Linux scheduler to run this executable. 2.     Export  your job as webservice : Right click your job in Repository >  Build Job > Build Type > War file                                       You can export your job as WAR file (.war) too. You must then add it in your tomcat and run as a webapp.