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

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

Introduction

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

The text is from its open source code.

Method

voidaddInputPath(JobConf conf, 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.