ClusterGather

We assume that you have already learned what is described in:

Short Summary

ClusterGather gathers data records from multiple cluster nodes.

Component Same input metadata Sorted inputs Inputs Outputs Java CTL
ClusterGatheryesno1-n (virtual)1--

Abstract

ClusterGather receives potentially unsorted data records through single input port. ClusterGather gathers records as specified in the Merge type attribute.

Icon

Ports

Port typeNumberRequiredDescriptionMetadata
Input0yesFor input data recordsAny
Output0yesFor gathered data recordsInput 01)

Legend:

1): Metadata can be propagated through this component.

ClusterGather Attributes

AttributeReqDescriptionPossible values
Basic
Merging type The way how records should be gathered. By round robin, sorted by key or gathered as sonn as possible.Simple gather (default) | Round robin | Merge by key
Merge keyyesKey according to which the sorted records are merged if Merge by key is selected. (Remember that all key fields must be sorted in ascending order!) See Group Key for more information.1) 
Equal NULL By default, records with null values of key fields are considered to be different. If set to true, they are considered to be equal.false (default) | true
Data policy Determines what should be done when an error occurs. See Data Policy for more information.Strict (default) | Controlled | Lenient