org.apache.hadoop.hive.ql.io.orc
Class OrcInputFormat
java.lang.Object
org.apache.hadoop.hive.ql.io.orc.OrcInputFormat
- All Implemented Interfaces:
- InputFormatChecker
public class OrcInputFormat
- extends
- implements InputFormatChecker
A MapReduce/Hive input format for ORC files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrcInputFormat
public OrcInputFormat()
getRecordReader
public getRecordReader(InputSplit inputSplit,
JobConf conf,
Reporter reporter)
throws IOException
- Throws:
IOException
validateInput
public boolean validateInput(FileSystem fs,
HiveConf conf,
ArrayList<FileStatus> files)
throws IOException
- Description copied from interface:
InputFormatChecker
- This method is used to validate the input files.
- Specified by:
validateInput
in interface InputFormatChecker
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation