Uses of Interface
org.apache.hadoop.hive.ql.io.RecordUpdater

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

Uses of RecordUpdater in org.apache.hadoop.hive.ql.io
 

Methods in org.apache.hadoop.hive.ql.io that return RecordUpdater
 RecordUpdater AcidOutputFormat.getRecordUpdater(org.apache.hadoop.fs.Path path, AcidOutputFormat.Options options)
          Create a RecordUpdater for inserting, updating, or deleting records.
 

Uses of RecordUpdater in org.apache.hadoop.hive.ql.io.orc
 

Classes in org.apache.hadoop.hive.ql.io.orc that implement RecordUpdater
 class OrcRecordUpdater
          A RecordUpdater where the files are stored as ORC.
 

Methods in org.apache.hadoop.hive.ql.io.orc that return RecordUpdater
 RecordUpdater OrcOutputFormat.getRecordUpdater(org.apache.hadoop.fs.Path path, AcidOutputFormat.Options options)
           
 



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