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   
 

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



Copyright © 2011 The Apache Software Foundation