org.apache.hadoop.hive.ql.io
Interface InputFormatChecker

All Known Subinterfaces:
AcidInputFormat<V>
All Known Implementing Classes:
OrcInputFormat, RCFileInputFormat, SequenceFileInputFormatChecker, VectorizedOrcInputFormat, VectorizedRCFileInputFormat

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.
 

Method Detail

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