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

org.apache.crunch.io
Interface FileReaderFactory<T>


public interface FileReaderFactory<T>


Method Summary
 Iterator<T> read(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
           
 

Method Detail

read

Iterator<T> read(org.apache.hadoop.fs.FileSystem fs,
                 org.apache.hadoop.fs.Path path)


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