Uses of Interface
org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter

Packages that use FileSinkOperator.RecordWriter
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.io.avro   
org.apache.hadoop.hive.ql.io.udf   
 

Uses of FileSinkOperator.RecordWriter in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as FileSinkOperator.RecordWriter
protected  FileSinkOperator.RecordWriter[] FileSinkOperator.rowOutWriters
           
 

Methods in org.apache.hadoop.hive.ql.exec that return FileSinkOperator.RecordWriter
 FileSinkOperator.RecordWriter[] FileSinkOperator.FSPaths.getOutWriters()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type FileSinkOperator.RecordWriter
 void FileSinkOperator.FSPaths.setOutWriters(FileSinkOperator.RecordWriter[] out)
           
 

Uses of FileSinkOperator.RecordWriter in org.apache.hadoop.hive.ql.io
 

Methods in org.apache.hadoop.hive.ql.io that return FileSinkOperator.RecordWriter
 FileSinkOperator.RecordWriter HiveBinaryOutputFormat.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.fs.Path outPath, Class<? extends org.apache.hadoop.io.Writable> valueClass, boolean isCompressed, Properties tableProperties, org.apache.hadoop.util.Progressable progress)
          create the final out file, and output row by row.
 FileSinkOperator.RecordWriter HiveIgnoreKeyTextOutputFormat.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.fs.Path outPath, Class<? extends org.apache.hadoop.io.Writable> valueClass, boolean isCompressed, Properties tableProperties, org.apache.hadoop.util.Progressable progress)
          create the final out file, and output row by row.
 FileSinkOperator.RecordWriter RCFileOutputFormat.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.fs.Path finalOutPath, Class<? extends org.apache.hadoop.io.Writable> valueClass, boolean isCompressed, Properties tableProperties, org.apache.hadoop.util.Progressable progress)
          create the final out file.
 FileSinkOperator.RecordWriter HiveOutputFormat.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.fs.Path finalOutPath, Class<? extends org.apache.hadoop.io.Writable> valueClass, boolean isCompressed, Properties tableProperties, org.apache.hadoop.util.Progressable progress)
          create the final out file and get some specific settings.
 FileSinkOperator.RecordWriter HiveSequenceFileOutputFormat.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.fs.Path finalOutPath, Class<? extends org.apache.hadoop.io.Writable> valueClass, boolean isCompressed, Properties tableProperties, org.apache.hadoop.util.Progressable progress)
          create the final out file, and output an empty key as the key.
 FileSinkOperator.RecordWriter HiveNullValueSequenceFileOutputFormat.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.fs.Path finalOutPath, Class<? extends org.apache.hadoop.io.Writable> valueClass, boolean isCompressed, Properties tableProperties, org.apache.hadoop.util.Progressable progress)
           
static FileSinkOperator.RecordWriter HiveFileFormatUtils.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc, TableDesc tableInfo, Class<? extends org.apache.hadoop.io.Writable> outputClass, FileSinkDesc conf, org.apache.hadoop.fs.Path outPath, org.apache.hadoop.mapred.Reporter reporter)
           
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, org.apache.hadoop.mapred.Reporter reporter)
           
 

Uses of FileSinkOperator.RecordWriter in org.apache.hadoop.hive.ql.io.avro
 

Classes in org.apache.hadoop.hive.ql.io.avro that implement FileSinkOperator.RecordWriter
 class AvroGenericRecordWriter
          Write an Avro GenericRecord to an Avro data file.
 

Methods in org.apache.hadoop.hive.ql.io.avro that return FileSinkOperator.RecordWriter
 FileSinkOperator.RecordWriter AvroContainerOutputFormat.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jobConf, org.apache.hadoop.fs.Path path, Class<? extends org.apache.hadoop.io.Writable> valueClass, boolean isCompressed, Properties properties, org.apache.hadoop.util.Progressable progressable)
           
 

Uses of FileSinkOperator.RecordWriter in org.apache.hadoop.hive.ql.io.udf
 

Methods in org.apache.hadoop.hive.ql.io.udf that return FileSinkOperator.RecordWriter
 FileSinkOperator.RecordWriter Rot13OutputFormat.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.fs.Path outPath, Class<? extends org.apache.hadoop.io.Writable> valueClass, boolean isCompressed, Properties tableProperties, org.apache.hadoop.util.Progressable progress)
           
 



Copyright © 2011 The Apache Software Foundation