Java org.apache.hadoop.mapred SkipBadRecords fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred SkipBadRecords fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred SkipBadRecords.

The text is from its open source code.

Method

voidsetAutoIncrMapperProcCount(Configuration conf, boolean autoIncr)
Set the flag which if set to true, SkipBadRecords#COUNTER_MAP_PROCESSED_RECORDS is incremented by MapRunner after invoking the map function.
voidsetAutoIncrReducerProcCount(Configuration conf, boolean autoIncr)
Set the flag which if set to true, SkipBadRecords#COUNTER_REDUCE_PROCESSED_GROUPS is incremented by framework after invoking the reduce function.