Warning
This component will be available in the Palette of
the Integration perspective of your studio on the
condition that you have subscribed to one of the Talend Platform
solutions or Big Data solutions.
Note that Talend Studio also enables the automatic implementation of parallelization across a
Job without use of the parallelization components and we recommend using that approach. For
further information, see the section describing how to enable parallelization of data flows
of the Talend Studio User Guide. However,
if you need to understand how to use these specific parallelization components, bear in mind
that the parallelization components work closely with each other to accomplish parallel
execution on given processes: the tPartitioner component
dispatches the input records into a specific number of threads; the tCollector component sends these threads to its following components for
parallel execution; the tDepartitioner component regroups
the outputs of the processed parallel threads; the tRecollector component captures the output of a given tDepartitioner component and sends the captured data to the next
component.
Component family |
Orchestration |
|
Function |
This component captures and outputs the parallel execution results |
|
Purpose |
Depending on tDepartitioner, the |
|
Basic settings |
Schema and Edit |
A schema is a row description, it defines the number of fields to be processed and Click Edit schema to make changes to the schema. If the
|
Linked Departitioner |
Select the tDepartitioner |
|
Merge sort partitions |
Select this check box to implement the Mergesort algorithm to |
|
Advanced settings |
tStatCatcher Statistics |
Select this check box to collect the log data at the component |
Usage |
This component is a start component, triggered by the tPartitioner component to capture the This component is connected using the Trigger > Start link from tPartitioner. |
|
Global Variables |
ERROR_MESSAGE: the error message generated by the NB_LINE: the number of rows processed. This is an After A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see Talend Studio |
|
Connections |
Outgoing links (from this component to another): Row: Main. Incoming links (from one component to this one): Trigger: Start. For further information regarding connections, see |
|
Log4j |
The activity of this component can be logged using the log4j feature. For more information on this feature, see Talend Studio User For more information on the log4j logging levels, see the Apache documentation at http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html. |
|
Limitation |
n/a |
For a related scenario, see Scenario: sorting the customer data of large size in parallel.