This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.crunch.io.MapReduceTarget (Apache Crunch 0.9.0 API)

Uses of Interface
org.apache.crunch.io.MapReduceTarget

Packages that use MapReduceTarget
org.apache.crunch.io Data input and output for Pipelines. 
org.apache.crunch.io.avro   
org.apache.crunch.io.avro.trevni   
org.apache.crunch.io.hbase   
org.apache.crunch.io.impl   
org.apache.crunch.io.parquet   
org.apache.crunch.io.seq   
org.apache.crunch.io.text   
 

Uses of MapReduceTarget in org.apache.crunch.io
 

Subinterfaces of MapReduceTarget in org.apache.crunch.io
 interface PathTarget
          A target whose output goes to a given path on a file system.
 

Uses of MapReduceTarget in org.apache.crunch.io.avro
 

Classes in org.apache.crunch.io.avro that implement MapReduceTarget
 class AvroFileSourceTarget<T>
           
 class AvroFileTarget
           
 class AvroPathPerKeyTarget
          A Target that wraps AvroPathPerKeyOutputFormat to allow one file per key to be written as the output of a PTable<String, T>.
 

Uses of MapReduceTarget in org.apache.crunch.io.avro.trevni
 

Classes in org.apache.crunch.io.avro.trevni that implement MapReduceTarget
 class TrevniKeySourceTarget<T>
           
 class TrevniKeyTarget
           
 

Uses of MapReduceTarget in org.apache.crunch.io.hbase
 

Classes in org.apache.crunch.io.hbase that implement MapReduceTarget
 class HBaseSourceTarget
           
 class HBaseTarget
           
 class HFileTarget
           
 

Uses of MapReduceTarget in org.apache.crunch.io.impl
 

Classes in org.apache.crunch.io.impl that implement MapReduceTarget
 class FileTargetImpl
           
 class ReadableSourcePathTargetImpl<T>
           
 class SourcePathTargetImpl<T>
           
 class TableSourcePathTargetImpl<K,V>
           
 

Uses of MapReduceTarget in org.apache.crunch.io.parquet
 

Classes in org.apache.crunch.io.parquet that implement MapReduceTarget
 class AvroParquetFileSourceTarget<T extends IndexedRecord>
           
 class AvroParquetFileTarget
           
 

Uses of MapReduceTarget in org.apache.crunch.io.seq
 

Classes in org.apache.crunch.io.seq that implement MapReduceTarget
 class SeqFileSourceTarget<T>
           
 class SeqFileTableSourceTarget<K,V>
           
 class SeqFileTarget
           
 

Uses of MapReduceTarget in org.apache.crunch.io.text
 

Classes in org.apache.crunch.io.text that implement MapReduceTarget
 class TextFileSourceTarget<T>
           
 class TextFileTableSourceTarget<K,V>
          A TableSource and SourceTarget implementation that uses the KeyValueTextInputFormat and TextOutputFormat to support reading and writing text files as PTable instances using a tab separator for the keys and the values.
 class TextFileTarget
           
 



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