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

org.apache.crunch.io
Interface MapReduceTarget

All Superinterfaces:
Target
All Known Subinterfaces:
PathTarget

public interface MapReduceTarget
extends Target


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.crunch.Target
Target.WriteMode
 
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, getConverter, handleExisting, outputConf
 

Method Detail

configureForMapReduce

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


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