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
 

Subinterfaces of InputFormatChecker in org.apache.hadoop.hive.ql.io
 interface AcidInputFormat<V>
          The interface required for input formats that what to support ACID transactions.
 

Classes in org.apache.hadoop.hive.ql.io that implement InputFormatChecker
 class RCFileInputFormat<K extends LongWritable,V extends BytesRefArrayWritable>
          RCFileInputFormat.
 class SequenceFileInputFormatChecker
          SequenceFileInputFormatChecker.
 class VectorizedRCFileInputFormat
          A MapReduce/Hive Vectorized input format for RC files.
 

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 org.apache.hadoop.mapred.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.
 class VectorizedOrcInputFormat
          A MapReduce/Hive input format for ORC files.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.