org.apache.hadoop.hive.ql.io
Class SequenceFileInputFormatChecker

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.SequenceFileInputFormatChecker
All Implemented Interfaces:
InputFormatChecker

public class SequenceFileInputFormatChecker
extends Object
implements InputFormatChecker


Constructor Summary
SequenceFileInputFormatChecker()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceFileInputFormatChecker

public SequenceFileInputFormatChecker()
Method Detail

validateInput

public boolean validateInput(org.apache.hadoop.fs.FileSystem fs,
                             HiveConf conf,
                             ArrayList<org.apache.hadoop.fs.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 © 2009 The Apache Software Foundation