org.apache.hadoop.hive.ql.io
Class SequenceFileInputFormatChecker
java.lang.Object
org.apache.hadoop.hive.ql.io.SequenceFileInputFormatChecker
- All Implemented Interfaces:
- InputFormatChecker
public class SequenceFileInputFormatChecker
- extends Object
- implements InputFormatChecker
SequenceFileInputFormatChecker.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceFileInputFormatChecker
public SequenceFileInputFormatChecker()
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