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

org.apache.crunch.io
Interface PathTarget

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

public interface PathTarget
extends MapReduceTarget


Method Summary
 org.apache.hadoop.fs.Path getPath()
           
 
Methods inherited from interface org.apache.crunch.io.MapReduceTarget
configureForMapReduce
 
Methods inherited from interface org.apache.crunch.Target
accept, asSourceTarget
 

Method Detail

getPath

org.apache.hadoop.fs.Path getPath()


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