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

Packages that use HiveOutputFormat
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.plan   
 

Uses of HiveOutputFormat in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type HiveOutputFormat
static FileSinkOperator.RecordWriter FileSinkOperator.getRecordWriter(org.apache.hadoop.mapred.JobConf jc, HiveOutputFormat<?,?> hiveOutputFormat, Class<? extends org.apache.hadoop.io.Writable> valueClass, boolean isCompressed, Properties tableProp, org.apache.hadoop.fs.Path outPath)
           
 

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

Classes in org.apache.hadoop.hive.ql.io that implement HiveOutputFormat
 class HiveIgnoreKeyTextOutputFormat<K extends WritableComparable,V extends Writable>
          HiveIgnoreKeyTextOutputFormat replaces key with null before feeding the to TextOutputFormat.RecordWriter.
 class HiveSequenceFileOutputFormat
          A HiveOutputFormat that writes SequenceFiles.
 class RCFileOutputFormat
           
 

Methods in org.apache.hadoop.hive.ql.io that return types with arguments of type HiveOutputFormat
static Class<? extends HiveOutputFormat> HiveFileFormatUtils.getOutputFormatSubstitute(Class<?> origin)
          get a OutputFormat's substitute HiveOutputFormat
 

Methods in org.apache.hadoop.hive.ql.io with parameters of type HiveOutputFormat
static org.apache.hadoop.fs.Path HiveFileFormatUtils.getOutputFormatFinalPath(org.apache.hadoop.fs.Path parent, org.apache.hadoop.mapred.JobConf jc, HiveOutputFormat<?,?> hiveOutputFormat, boolean isCompressed, org.apache.hadoop.fs.Path defaultFinalPath)
          get the final output path of a given FileOutputFormat.
 

Method parameters in org.apache.hadoop.hive.ql.io with type arguments of type HiveOutputFormat
static void HiveFileFormatUtils.registerOutputFormatSubstitute(Class<? extends org.apache.hadoop.mapred.OutputFormat> origin, Class<? extends HiveOutputFormat> substitute)
          register a substitute
 

Uses of HiveOutputFormat in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return types with arguments of type HiveOutputFormat
 Class<? extends HiveOutputFormat> Partition.getOutputFormatClass()
           
 Class<? extends HiveOutputFormat> Table.getOutputFormatClass()
           
 

Uses of HiveOutputFormat in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type HiveOutputFormat
 Class<? extends HiveOutputFormat> partitionDesc.getOutputFileFormatClass()
           
 Class<? extends HiveOutputFormat> tableDesc.getOutputFileFormatClass()
           
 



Copyright © 2009 The Apache Software Foundation