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.exec.persistence   
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.io.avro   
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
org.apache.hadoop.hive.ql.io.udf   
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(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.exec.persistence
 

Classes in org.apache.hadoop.hive.ql.exec.persistence that implement HiveOutputFormat
static class PTFRowContainer.PTFHiveSequenceFileOutputFormat<K,V>
           
 

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<K,V>
          A HiveOutputFormat that writes SequenceFiles with the content saved in the keys, and null in the values.
 class HivePassThroughOutputFormat<K,V>
          This pass through class is used to wrap OutputFormat implementations such that new OutputFormats not derived from HiveOutputFormat gets through the checker
 class HiveSequenceFileOutputFormat<K,V>
          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, boolean storagehandlerflag)
          get a OutputFormat's substitute HiveOutputFormat.
 

Methods in org.apache.hadoop.hive.ql.io with parameters of type HiveOutputFormat
static Path HiveFileFormatUtils.getOutputFormatFinalPath(Path parent, String taskId, JobConf jc, HiveOutputFormat<?,?> hiveOutputFormat, boolean isCompressed, Path defaultFinalPath)
          Deprecated.  
static FileSinkOperator.RecordWriter HiveFileFormatUtils.getRecordWriter(JobConf jc, HiveOutputFormat<?,?> hiveOutputFormat, Class<? extends Writable> valueClass, boolean isCompressed, Properties tableProp, Path outPath, Reporter reporter)
           
 

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

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

Classes in org.apache.hadoop.hive.ql.io.avro that implement HiveOutputFormat
 class AvroContainerOutputFormat
          Write to an Avro file from a Hive process.
 

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

Classes in org.apache.hadoop.hive.ql.io.orc that implement HiveOutputFormat
 class OrcOutputFormat
          A Hive OutputFormat for ORC files.
 

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

Classes in org.apache.hadoop.hive.ql.io.udf that implement HiveOutputFormat
 class Rot13OutputFormat
           
 

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