Uses of Class
org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable

Packages that use AvroGenericRecordWritable
org.apache.hadoop.hive.ql.io.avro   
 

Uses of AvroGenericRecordWritable in org.apache.hadoop.hive.ql.io.avro
 

Methods in org.apache.hadoop.hive.ql.io.avro that return AvroGenericRecordWritable
 AvroGenericRecordWritable AvroGenericRecordReader.createValue()
           
 

Methods in org.apache.hadoop.hive.ql.io.avro that return types with arguments of type AvroGenericRecordWritable
 org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,AvroGenericRecordWritable> AvroContainerInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit inputSplit, org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.mapred.Reporter reporter)
           
 org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.LongWritable,AvroGenericRecordWritable> AvroContainerOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 

Methods in org.apache.hadoop.hive.ql.io.avro with parameters of type AvroGenericRecordWritable
 boolean AvroGenericRecordReader.next(org.apache.hadoop.io.NullWritable nullWritable, AvroGenericRecordWritable record)
           
 



Copyright © 2011 The Apache Software Foundation