public class EmptyFieldsCountAccumulator extends Object
The input file is a plain text CSV file with the semicolon as field separator and double quotes as field delimiters
and three columns. See getDataSet(ExecutionEnvironment)
for configuration.
Usage: FilterAndCountIncompleteLines [<input file path> [<result path>]]
This example shows how to use:
Modifier and Type | Class and Description |
---|---|
static class |
EmptyFieldsCountAccumulator.EmptyFieldFilter
This function filters all incoming tuples that have one or more empty fields.
|
static class |
EmptyFieldsCountAccumulator.VectorAccumulator
This accumulator lets you increase vector components distributedly.
|
Constructor and Description |
---|
EmptyFieldsCountAccumulator() |
Copyright © 2015 The Apache Software Foundation. All rights reserved.