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

Example usage for Java org.apache.hadoop.mapreduce.lib.input MultipleInputs 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 MultipleInputs.

The text is from its open source code.

Field

Method

voidaddInputPath(Job job, Path path, Class inputFormatClass, Class mapperClass)
Add a Path with a custom InputFormat and Mapper to the list of inputs for the map-reduce job.
voidaddInputPath(Job job, Path path, Class inputFormatClass)
Add a Path with a custom InputFormat to the list of inputs for the map-reduce job.