Java org.apache.hadoop.mapreduce.lib.output MapFileOutputFormat fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

WritablegetEntry(MapFile.Reader[] readers, Partitioner partitioner, K key, V value)
Get an entry from output generated by this class.
MapFile.Reader[]getReaders(Path dir, Configuration conf)
Open the output generated by this format.