The Build Job feature allows you to deploy and execute a Job on any server, independent of Talend Studio.
Available in:
Cloud API Services Platform
Cloud Big Data
Cloud Big Data Platform
Cloud Data Fabric
Cloud Data Integration
Cloud Data Management Platform
Data Fabric
However, executing Jobs in Talend Cloud Management Console requires you to publish the Job to Talend Cloud instead of building it.
About this task
By executing build scripts generated from the templates defined in Project Settings, the Build Job feature adds all of the files required to execute the Job to an archive, including the .bat and .sh along with any context-parameter files or other related files.
By default, when a Job is built, all the required jars are included in the .bat or .sh command. For a complex Job that involves many Jars, the number of characters in the batch command may exceed the limitation of command length on certain operating systems. To avoid failure of running the batch command due to this limitation, before building your Job, go to Add classpath jar in exported jobs check box to wrap the Jars in a classpath.jar file added to the built Job.
and then select theAvailable in:
Cloud API Services Platform
Cloud Data Fabric
Data Fabric
Data Services Platform
ESB
MDM Platform
Real-Time Big Data Platform
Procedure
Results
A zipped file for the Jobs is created in the defined place.