org.apache.hadoop.hive.ql.io.orc
Class OrcRecordUpdater.OrcOptions

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.AcidOutputFormat.Options
      extended by org.apache.hadoop.hive.ql.io.orc.OrcRecordUpdater.OrcOptions
Enclosing class:
OrcRecordUpdater

public static class OrcRecordUpdater.OrcOptions
extends AcidOutputFormat.Options

An extension to AcidOutputFormat that allows users to add additional options.


Constructor Summary
OrcRecordUpdater.OrcOptions(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 OrcFile.WriterOptions getOrcOptions()
           
 OrcRecordUpdater.OrcOptions orcOptions(OrcFile.WriterOptions opts)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.io.AcidOutputFormat.Options
bucket, filesystem, getBucket, getConfiguration, getDummyStream, getFilesystem, getInspector, getMaximumTransactionId, getMinimumTransactionId, getReporter, getTableProperties, inspector, isCompressed, isCompressed, isWritingBase, maximumTransactionId, minimumTransactionId, reporter, tableProperties, useDummy, writingBase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrcRecordUpdater.OrcOptions

public OrcRecordUpdater.OrcOptions(org.apache.hadoop.conf.Configuration conf)
Method Detail

orcOptions

public OrcRecordUpdater.OrcOptions orcOptions(OrcFile.WriterOptions opts)

getOrcOptions

public OrcFile.WriterOptions getOrcOptions()


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