Uses of Interface
org.apache.hadoop.hive.ql.io.AcidInputFormat.RawReader

Packages that use AcidInputFormat.RawReader
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
 

Uses of AcidInputFormat.RawReader in org.apache.hadoop.hive.ql.io
 

Methods in org.apache.hadoop.hive.ql.io that return AcidInputFormat.RawReader
 AcidInputFormat.RawReader<V> AcidInputFormat.getRawReader(org.apache.hadoop.conf.Configuration conf, boolean collapseEvents, int bucket, ValidTxnList validTxnList, org.apache.hadoop.fs.Path baseDirectory, org.apache.hadoop.fs.Path[] deltaDirectory)
          Get a reader that returns the raw ACID events (insert, update, delete).
 

Uses of AcidInputFormat.RawReader in org.apache.hadoop.hive.ql.io.orc
 

Classes in org.apache.hadoop.hive.ql.io.orc that implement AcidInputFormat.RawReader
 class OrcRawRecordMerger
          Merges a base and a list of delta files together into a single stream of events.
 

Methods in org.apache.hadoop.hive.ql.io.orc that return AcidInputFormat.RawReader
 AcidInputFormat.RawReader<OrcStruct> OrcInputFormat.getRawReader(org.apache.hadoop.conf.Configuration conf, boolean collapseEvents, int bucket, ValidTxnList validTxnList, org.apache.hadoop.fs.Path baseDirectory, org.apache.hadoop.fs.Path[] deltaDirectory)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.