org.apache.hadoop.hive.ql.io.avro
Class AvroContainerInputFormat

java.lang.Object
  extended by 
      extended by org.apache.hadoop.hive.ql.io.avro.AvroContainerInputFormat

public class AvroContainerInputFormat
extends


Field Summary
protected  JobConf jobConf
           
 
Constructor Summary
AvroContainerInputFormat()
           
 
Method Summary
 void configure(JobConf jobConf)
           
  getRecordReader(InputSplit inputSplit, JobConf jc, Reporter reporter)
           
protected  FileStatus[] listStatus(JobConf job)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobConf

protected JobConf jobConf
Constructor Detail

AvroContainerInputFormat

public AvroContainerInputFormat()
Method Detail

listStatus

protected FileStatus[] listStatus(JobConf job)
                           throws IOException
Throws:
IOException

getRecordReader

public  getRecordReader(InputSplit inputSplit,
                             JobConf jc,
                             Reporter reporter)
                      throws IOException
Throws:
IOException

configure

public void configure(JobConf jobConf)


Copyright © 2012 The Apache Software Foundation