org.apache.hadoop.hive.ql.io
Class AcidInputFormat.Options
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcidInputFormat.Options
public AcidInputFormat.Options(org.apache.hadoop.conf.Configuration conf)
- Supply the configuration to use when reading.
- Parameters:
conf -
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.