Skip to Content
Menu

Talend Jobs

by
Odoo
v 14.0 Third Party 164
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 429
Technical Name smile_talend_job
LicenseAGPL-3
Websitehttps://www.smile.eu
Versions 10.0 11.0 13.0 14.0
You bought this module and need support? Click here!

Talend Job Execution

License: AGPL-3 Smile-SA/odoo_addons

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:

  1. Go to Settings > Talend Jobs menu.
  2. Press the button Create.
  3. Insert the name of the job (the name should be the same name used for the job in Talend studio ).
  4. Upload the job's archive file (zip format) to archive field.
  5. Click on Run button.
  6. Click on Refresh logs button.
Job creation

To propagate a context environment to children jobs :

  1. Add the concerned children jobs to Children field.
  2. Click on Propagate context button.
Propagate Context

Parameters you can specify :

  1. Path : to specify the path to the job's directory.
  2. Args : add -Xms64M or -Xmx1024M to control the available memory for the job's execution.
  3. Loop : to specify the number of times the job will be executed.
  4. Parent : to indicate the parent job.
  5. Children : to add children jobs.
  6. Context : to specify job's context parameters.
Path Update
Allocated memory control
Context Update

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.

Smile SA

This module is part of the odoo-addons project on GitHub.

You are welcome to contribute.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Can you upgrade this so it works in v16?
by
David Welch
on 4/9/23, 9:50 PM

Errors attempting to run latest version (v14) in v16, can you upgrade this?


Can you please update to V16? Error on install in __init__
by
David Welch
on 4/3/23, 9:34 AM

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__
by
David Welch
on 4/3/23, 8:58 AM

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.