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

SequenceFileInputFormatChecker.


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
equals, 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 © 2014 The Apache Software Foundation. All rights reserved.