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

Packages that use InputFormatChecker
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
 

Uses of InputFormatChecker in org.apache.hadoop.hive.ql.io
 

Classes in org.apache.hadoop.hive.ql.io that implement InputFormatChecker
 class RCFileInputFormat<K extends LongWritable,V extends BytesRefArrayWritable>
          RCFileInputFormat.
 class SequenceFileInputFormatChecker
          SequenceFileInputFormatChecker.
 

Methods in org.apache.hadoop.hive.ql.io that return types with arguments of type InputFormatChecker
static Class<? extends InputFormatChecker> HiveFileFormatUtils.getInputFormatChecker(Class<?> inputFormat)
          get an InputFormatChecker for a file format.
 

Method parameters in org.apache.hadoop.hive.ql.io with type arguments of type InputFormatChecker
static void HiveFileFormatUtils.registerInputFormatChecker(Class<? extends InputFormat> format, Class<? extends InputFormatChecker> checker)
          register an InputFormatChecker for a given InputFormat.
 

Uses of InputFormatChecker in org.apache.hadoop.hive.ql.io.orc
 

Classes in org.apache.hadoop.hive.ql.io.orc that implement InputFormatChecker
 class OrcInputFormat
          A MapReduce/Hive input format for ORC files.
 



Copyright © 2012 The Apache Software Foundation