Click or drag to resize

TaskConstantsReduceTaskKeyComparerSettingKey Field

The name of the setting in StageSettings that specifies the IEqualityComparerT to use for the ReduceTaskTKey, TValue, TOutput. The value of the setting is a String that specifies the assembly-qualified type name of the comparer. The default value is , indicating the Default will be used.

Namespace: Ookii.Jumbo.Jet.Tasks
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public const string ReduceTaskKeyComparerSettingKey = "ReduceTask.KeyComparer"

Field Value

String
See Also