org.apache.hadoop.hive.ql.io
Class AcidInputFormat.Options

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.AcidInputFormat.Options
Enclosing interface:
AcidInputFormat<V>

public static class AcidInputFormat.Options
extends Object

Options for controlling the record readers.


Constructor Summary
AcidInputFormat.Options(org.apache.hadoop.conf.Configuration conf)
          Supply the configuration to use when reading.
 
Method Summary
 org.apache.hadoop.conf.Configuration getConfiguration()
           
 org.apache.hadoop.mapred.Reporter getReporter()
           
 AcidInputFormat.Options reporter(org.apache.hadoop.mapred.Reporter reporter)
          Supply the reporter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcidInputFormat.Options

public AcidInputFormat.Options(org.apache.hadoop.conf.Configuration conf)
Supply the configuration to use when reading.

Parameters:
conf -
Method Detail

reporter

public AcidInputFormat.Options reporter(org.apache.hadoop.mapred.Reporter reporter)
Supply the reporter.

Parameters:
reporter - the MapReduce reporter object
Returns:
this

getConfiguration

public org.apache.hadoop.conf.Configuration getConfiguration()

getReporter

public org.apache.hadoop.mapred.Reporter getReporter()


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