Skip to content

Packaging Talend services samples

mdutoo edited this page Oct 14, 2011 · 2 revisions

To export a job to a autonomous executable job : right clic on the job => export. A zip file is generated. It contains all the needed stuff except the external resources that are not in the project.

In the generated xxx_run.sh, change the -Xms256m and -Xmx1024m parameters to 128m and 256m.

Don't forget to add external resources (CSV files...) in the zip file, and first make sure they are referenced using relative paths from within the job definition.


To map XML schemas in component (eg : tXMLMap), use an external file which contains the required schema with the "import XML" functionnality.

TO BE COMPLETED.

Clone this wiki locally