This project has retired. For details please refer to its Attic page.
MapReduceTarget (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.io
Interface MapReduceTarget

All Superinterfaces:
Target
All Known Subinterfaces:
PathTarget
All Known Implementing Classes:
AvroFileSourceTarget, AvroFileTarget, FileTargetImpl, HBaseSourceTarget, HBaseTarget, PathTargetImpl, ReadableSourcePathTargetImpl, SeqFileSourceTarget, SeqFileTableSourceTarget, SeqFileTarget, SourcePathTargetImpl, TableSourcePathTargetImpl, TextFileSourceTarget, TextFileTarget

public interface MapReduceTarget
extends Target


Method Summary
 void configureForMapReduce(org.apache.hadoop.mapreduce.Job job, PType<?> ptype, org.apache.hadoop.fs.Path outputPath, String name)
           
 
Methods inherited from interface org.apache.crunch.Target
accept, asSourceTarget
 

Method Detail

configureForMapReduce

void configureForMapReduce(org.apache.hadoop.mapreduce.Job job,
                           PType<?> ptype,
                           org.apache.hadoop.fs.Path outputPath,
                           String name)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.