org.apache.hadoop.hive.ql.io
Interface InputFormatChecker
- All Known Implementing Classes:
- RCFileInputFormat, SequenceFileInputFormatChecker
public interface InputFormatChecker
Check for validity of the input files.
Method Summary |
boolean |
validateInput(org.apache.hadoop.fs.FileSystem fs,
HiveConf conf,
ArrayList<org.apache.hadoop.fs.FileStatus> files)
This method is used to validate the input files. |
validateInput
boolean validateInput(org.apache.hadoop.fs.FileSystem fs,
HiveConf conf,
ArrayList<org.apache.hadoop.fs.FileStatus> files)
throws IOException
- This method is used to validate the input files.
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation