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

Packages that use FileSinkOperator.RecordWriter
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.io   
 

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.outWriter
           
 

Methods in org.apache.hadoop.hive.ql.exec that return FileSinkOperator.RecordWriter
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 FileSinkOperator.RecordWriter in org.apache.hadoop.hive.ql.io
 

Methods in org.apache.hadoop.hive.ql.io that return FileSinkOperator.RecordWriter
 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 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 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 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.
 



Copyright © 2009 The Apache Software Foundation