public class AvroParquetReader<T extends org.apache.avro.generic.IndexedRecord> extends ParquetReader<T>
Constructor and Description |
---|
AvroParquetReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file) |
AvroParquetReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
UnboundRecordFilter recordFilter) |
AvroParquetReader(org.apache.hadoop.fs.Path file) |
AvroParquetReader(org.apache.hadoop.fs.Path file,
UnboundRecordFilter recordFilter) |
public AvroParquetReader(org.apache.hadoop.fs.Path file) throws IOException
IOException
public AvroParquetReader(org.apache.hadoop.fs.Path file, UnboundRecordFilter recordFilter) throws IOException
IOException
public AvroParquetReader(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path file) throws IOException
IOException
public AvroParquetReader(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path file, UnboundRecordFilter recordFilter) throws IOException
IOException
Copyright © 2015. All rights reserved.