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

org.apache.crunch.io.parquet
Class AvroParquetReadableData<T>

java.lang.Object
  extended by org.apache.crunch.io.impl.ReadableDataImpl<T>
      extended by org.apache.crunch.io.parquet.AvroParquetReadableData<T>
All Implemented Interfaces:
Serializable, ReadableData<T>

public class AvroParquetReadableData<T>
extends ReadableDataImpl<T>

See Also:
Serialized Form

Constructor Summary
AvroParquetReadableData(List<org.apache.hadoop.fs.Path> paths, AvroType<T> avroType)
           
 
Method Summary
protected  FileReaderFactory<T> getFileReaderFactory()
           
 
Methods inherited from class org.apache.crunch.io.impl.ReadableDataImpl
configure, getSourceTargets, read, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvroParquetReadableData

public AvroParquetReadableData(List<org.apache.hadoop.fs.Path> paths,
                               AvroType<T> avroType)
Method Detail

getFileReaderFactory

protected FileReaderFactory<T> getFileReaderFactory()
Specified by:
getFileReaderFactory in class ReadableDataImpl<T>


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