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

Packages that use HiveOutputFormat
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
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
 

Fields in org.apache.hadoop.hive.ql.exec declared as HiveOutputFormat
protected  HiveOutputFormat<?,?> FileSinkOperator.hiveOutputFormat
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type HiveOutputFormat
static String Utilities.getFileExtension(org.apache.hadoop.mapred.JobConf jc, boolean isCompressed, HiveOutputFormat<?,?> hiveOutputFormat)
          Based on compression option, output format, and configured output codec - get extension for output file.
 

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

Classes in org.apache.hadoop.hive.ql.io that implement HiveOutputFormat
 class HiveBinaryOutputFormat<K extends WritableComparable,V extends Writable>
          HiveBinaryOutputFormat writes out the values consecutively without any separators.
 class HiveIgnoreKeyTextOutputFormat<K extends WritableComparable,V extends Writable>
          HiveIgnoreKeyTextOutputFormat replaces key with null before feeding the to TextOutputFormat.RecordWriter.
 class HiveNullValueSequenceFileOutputFormat
          A HiveOutputFormat that writes SequenceFiles with the content saved in the keys, and null in the values.
 class HiveSequenceFileOutputFormat
          A HiveOutputFormat that writes SequenceFiles.
 class RCFileOutputFormat
          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, String taskId, org.apache.hadoop.mapred.JobConf jc, HiveOutputFormat<?,?> hiveOutputFormat, boolean isCompressed, org.apache.hadoop.fs.Path defaultFinalPath)
          Deprecated.  
static FileSinkOperator.RecordWriter HiveFileFormatUtils.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)
           
 

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> Table.getOutputFormatClass()
           
 Class<? extends HiveOutputFormat> Partition.getOutputFormatClass()
           
 

Method parameters in org.apache.hadoop.hive.ql.metadata with type arguments of type HiveOutputFormat
 void Table.setOutputFormatClass(Class<? extends HiveOutputFormat> outputFormatClass)
           
 void Partition.setOutputFormatClass(Class<? extends HiveOutputFormat> outputFormatClass)
           
 

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 © 2011 The Apache Software Foundation