In Talend (particularly MDM Studio TOS and TOP 4.2.3 on Windows 7), how can I export a job so that it can be imported on a separate machine, into an existing workspace.
Talend Jobs support cross-platform execution. You can develop your Job on one machine, export the Job script, and then move it to another machine to execute without any additional configuration excepts the JDK installation.
There is no definite way which available to export the job as a single jar. But you can try creating a Java Application and then add all the libraries and the Talend Job jars into it along with the necessary dependencies. Finally, you can package this application into a fat JAR file.
To export a Job:
Right click the Job, and select Export Job.
To the right of To archive file, click Browse to choose the destination and name for the Job ZIP archive.
Select the Job Version.
Set Export type to Anonymous Job.
Check all Options.
Click Finish.
A ZIP archive will be created at the selected destination containing the Job.
To import a Job:
Right click Job Designs under the Repository section, and select Import items.
Click Select archive file, Browse, and select the Job ZIP archive.
Optionally, check overwrite existing items if you're importing an existing Job.
Check the Job under the Items List tree.
Click Finish.
The Job should now appear under Job Designs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With