public class CrunchInputs extends Object
InputFormat instances within a single
 Crunch MapReduce job.| Modifier and Type | Field and Description | 
|---|---|
| static String | CRUNCH_INPUTS | 
| Constructor and Description | 
|---|
| CrunchInputs() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | addInputPath(org.apache.hadoop.mapreduce.Job job,
            org.apache.hadoop.fs.Path path,
            FormatBundle inputBundle,
            int nodeIndex) | 
| static void | addInputPaths(org.apache.hadoop.mapreduce.Job job,
             Collection<org.apache.hadoop.fs.Path> paths,
             FormatBundle inputBundle,
             int nodeIndex) | 
| static Map<FormatBundle,Map<Integer,List<org.apache.hadoop.fs.Path>>> | getFormatNodeMap(org.apache.hadoop.mapreduce.JobContext job) | 
public static final String CRUNCH_INPUTS
public static void addInputPath(org.apache.hadoop.mapreduce.Job job,
                                org.apache.hadoop.fs.Path path,
                                FormatBundle inputBundle,
                                int nodeIndex)
public static void addInputPaths(org.apache.hadoop.mapreduce.Job job,
                                 Collection<org.apache.hadoop.fs.Path> paths,
                                 FormatBundle inputBundle,
                                 int nodeIndex)
public static Map<FormatBundle,Map<Integer,List<org.apache.hadoop.fs.Path>>> getFormatNodeMap(org.apache.hadoop.mapreduce.JobContext job)
Copyright © 2017 The Apache Software Foundation. All rights reserved.