This project has retired. For details please refer to its
Attic page.
CrunchInputs (Apache Crunch 0.8.0 API)
org.apache.crunch.io
Class CrunchInputs
java.lang.Object
org.apache.crunch.io.CrunchInputs
public class CrunchInputs
- extends Object
Helper functions for configuring multiple InputFormat
instances within a single
Crunch MapReduce job.
CRUNCH_INPUTS
public static final String CRUNCH_INPUTS
- See Also:
- Constant Field Values
CrunchInputs
public CrunchInputs()
addInputPath
public static void addInputPath(org.apache.hadoop.mapreduce.Job job,
org.apache.hadoop.fs.Path path,
FormatBundle inputBundle,
int nodeIndex)
getFormatNodeMap
public static Map<FormatBundle,Map<Integer,List<org.apache.hadoop.fs.Path>>> getFormatNodeMap(org.apache.hadoop.mapreduce.JobContext job)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.