Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 429 |
Technical Name |
smile_talend_job |
License | AGPL-3 |
Website | https://www.smile.eu |
Versions | 10.0 11.0 13.0 14.0 |
Talend Job Execution
This module allows the execution of Talend jobs , it is useful during data integration.
Features:
- Execution of a Talend job by importing its archive.
- Visualization of the job's execution logs (creation date, end date, details, state, execution duration).
- Offers the possibility to add context variables to manage various execution types (database to use, username, password, port, host...).
- Definition of children jobs.
- Definition of the parent job.
- Passing a context environment to children jobs.
- Control the allocated memory for the job execution (by specifying the argument in the args field).
- Jobs and their executions logs storage.
Table of contents
Requirements
Install Java
You need to install Java on the server hosting Odoo, to execute Talend jobs directly from Odoo.
To install Java on Debian/Ubuntu:
sudo apt-get update sudo apt-get install -y default-jdk java --version
Configure Java options
If you encounter the following error during execution:
Could not allocate metaspace: 1073741824 bytes
That means that Java is not allowed to use enough memory to execute your job.
To increase memory that Java can use, set this option to your environment:
_JAVA_OPTIONS=-Xmx2048m -XX:CompressedClassSpaceSize=256m -Xmx300m
Usage
To run a Talend job:
- Go to Settings > Talend Jobs menu.
- Press the button Create.
- Insert the name of the job (the name should be the same name used for the job in Talend studio ).
- Upload the job's archive file (zip format) to archive field.
- Click on Run button.
- Click on Refresh logs button.

To propagate a context environment to children jobs :
- Add the concerned children jobs to Children field.
- Click on Propagate context button.

Parameters you can specify :
- Path : to specify the path to the job's directory.
- Args : add -Xms64M or -Xmx1024M to control the available memory for the job's execution.
- Loop : to specify the number of times the job will be executed.
- Parent : to indicate the parent job.
- Children : to add children jobs.
- Context : to specify job's context parameters.



Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.
Do not contact contributors directly about support or help with technical issues.
GDPR / EU Privacy
This addons does not collect any data and does not set any browser cookies.
Credits
Contributors
- Corentin POUHET-BRUNERIE
Maintainer
This module is maintained by Smile SA.
Since 1991 Smile has been a pioneer of technology and also the European expert in open source solutions.
This module is part of the odoo-addons project on GitHub.
You are welcome to contribute.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Can you upgrade this so it works in v16?
Errors attempting to run latest version (v14) in v16, can you upgrade this?
Can you please update to V16? Error on install in __init__
Are there plans to update to v16? I am getting error on install, on __init__ mismatch of parameters. An extremely useful plugin, hope you can update it!
V16 version? Fails on __init__
Is there a way you can update this to v16? I can assist in testing if this helps. The module fails on install in v16 on __init__ method, invalid number of parameters.