|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputFormatChecker | |
---|---|
org.apache.hadoop.hive.ql.io |
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>
|
class |
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 org.apache.hadoop.mapred.InputFormat> format,
Class<? extends InputFormatChecker> checker)
register an InputFormatChecker for a given InputFormat |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |