Running a Job in Traces Debug mode - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-29

The traces feature allows you to monitor data processing when running a Job in the Integration perspective of Talend Studio.

It provides a row by row view of the component behavior and displays the dynamic result next to the Row link on the design workspace.

Example in the design workspace.

This feature allows you to monitor all the components of a Job, without switching to the debug mode, hence without requiring advanced Java knowledge.

The Traces function displays the content of processed rows in a table.

Note:

Exception is made for external components which cannot offer this feature if their design does not include it.

You can activate or deactivate Traces or decide what processed columns to display in the traces table that displays on the design workspace when launching the current Job.

To activate the Traces mode in a Job:

Example in the design workspace.
  1. Click the Run view.
  2. Click the Debug Run tab to access the debug and traces execution modes.
  3. Click the down arrow of the Java Debug button and select the Traces Debug option. An icon displays under every flow of your Job to indicate that process monitoring is activated.
  4. Click the Traces Debug to execute the Job in Traces mode.

To deactivate the Traces on one of the flows in your Job:

Example in the design workspace.
  1. Right-click the Traces icon under the relevant flow.
  2. Select Disable Traces from the list. A red minus sign replaces the green plus sign on the icon to indicate that the Traces mode has been deactivated for this flow.

To choose which columns of the processed data to display in the traces table, do the following:

  1. Right-click the Traces icon for the relevant flow, then select Setup Traces from the list. The Setup Traces dialog box appears.
    Setup Traces dialog box.
  2. In the dialog box, clear the check boxes corresponding to the columns you do not want to display in the Traces table.
  3. Click OK to close the dialog box.
    Example in the design workspace.

    Monitoring data processing starts when you execute the Job and stops at the end of the execution.

    To remove the displayed monitoring information, click the Clear button in the Debug Run tab.