Java org.apache.hadoop.mapreduce.lib.input CombineFileRecordReader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce.lib.input CombineFileRecordReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce.lib.input CombineFileRecordReader.

The text is from its open source code.

Constructor

CombineFileRecordReader(CombineFileSplit split, TaskAttemptContext context, Class> rrClass)
A generic RecordReader that can hand out different recordReaders for each chunk in the CombineFileSplit.