Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Talend export and import a job

Tags:

talend

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.

like image 450
Uyghur Lives Matter Avatar asked Dec 31 '14 17:12

Uyghur Lives Matter


People also ask

Can we export a Talend job and run it as standalone?

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.

How do I export a Talend jar job?

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.


1 Answers

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.

like image 151
Uyghur Lives Matter Avatar answered Oct 17 '22 23:10

Uyghur Lives Matter