Click or drag to resize

WordCountReduceWordCount Method

Reduces the word count.

Namespace: Ookii.Jumbo.Jet.Samples
Assembly: Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static void ReduceWordCount(
	Utf8String key,
	IEnumerable<int> values,
	RecordWriter<Pair<Utf8String, int>> output
)

Parameters

key  Utf8String
The key.
values  IEnumerableInt32
The values.
output  RecordWriterPairUtf8String, Int32
The output.
See Also