This project has retired. For details please refer to its
Attic page.
MapReduceTarget (Apache Crunch 0.9.0 API)
org.apache.crunch.io
Interface MapReduceTarget
- All Superinterfaces:
- Target
- All Known Subinterfaces:
- PathTarget
- All Known Implementing Classes:
- AvroFileSourceTarget, AvroFileTarget, AvroParquetFileSourceTarget, AvroParquetFileTarget, AvroPathPerKeyTarget, FileTargetImpl, HBaseSourceTarget, HBaseTarget, HFileTarget, ReadableSourcePathTargetImpl, SeqFileSourceTarget, SeqFileTableSourceTarget, SeqFileTarget, SourcePathTargetImpl, TableSourcePathTargetImpl, TextFileSourceTarget, TextFileTableSourceTarget, TextFileTarget, TrevniKeySourceTarget, TrevniKeyTarget
public interface MapReduceTarget
- extends Target
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.