|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 |
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.exec.persistence |
---|
Methods in org.apache.hadoop.hive.ql.exec.persistence that return FileSinkOperator.RecordWriter | |
---|---|
FileSinkOperator.RecordWriter |
PTFRowContainer.PTFHiveSequenceFileOutputFormat.getHiveRecordWriter(JobConf jc,
Path finalOutPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
|
protected FileSinkOperator.RecordWriter |
RowContainer.getRecordWriter()
|
Uses of FileSinkOperator.RecordWriter in org.apache.hadoop.hive.ql.io |
---|
Classes in org.apache.hadoop.hive.ql.io that implement FileSinkOperator.RecordWriter | |
---|---|
class |
HivePassThroughRecordWriter<K extends
|
Methods in org.apache.hadoop.hive.ql.io that return FileSinkOperator.RecordWriter | |
---|---|
FileSinkOperator.RecordWriter |
RCFileOutputFormat.getHiveRecordWriter(JobConf jc,
Path finalOutPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
create the final out file. |
FileSinkOperator.RecordWriter |
HiveIgnoreKeyTextOutputFormat.getHiveRecordWriter(JobConf jc,
Path outPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
create the final out file, and output row by row. |
FileSinkOperator.RecordWriter |
HiveBinaryOutputFormat.getHiveRecordWriter(JobConf jc,
Path outPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
create the final out file, and output row by row. |
FileSinkOperator.RecordWriter |
HiveNullValueSequenceFileOutputFormat.getHiveRecordWriter(JobConf jc,
Path finalOutPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
|
FileSinkOperator.RecordWriter |
HivePassThroughOutputFormat.getHiveRecordWriter(JobConf jc,
Path finalOutPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
|
FileSinkOperator.RecordWriter |
HiveOutputFormat.getHiveRecordWriter(JobConf jc,
Path finalOutPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
create the final out file and get some specific settings. |
FileSinkOperator.RecordWriter |
HiveSequenceFileOutputFormat.getHiveRecordWriter(JobConf jc,
Path finalOutPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
create the final out file, and output an empty key as the key. |
static FileSinkOperator.RecordWriter |
HiveFileFormatUtils.getHiveRecordWriter(JobConf jc,
TableDesc tableInfo,
Class<? extends Writable> outputClass,
FileSinkDesc conf,
Path outPath,
Reporter reporter)
|
static FileSinkOperator.RecordWriter |
HiveFileFormatUtils.getRecordWriter(JobConf jc,
HiveOutputFormat<?,?> hiveOutputFormat,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProp,
Path outPath,
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(JobConf jobConf,
Path path,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties properties,
Progressable progressable)
|
Uses of FileSinkOperator.RecordWriter in org.apache.hadoop.hive.ql.io.orc |
---|
Methods in org.apache.hadoop.hive.ql.io.orc that return FileSinkOperator.RecordWriter | |
---|---|
FileSinkOperator.RecordWriter |
OrcOutputFormat.getHiveRecordWriter(JobConf conf,
Path path,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable reporter)
|
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(JobConf jc,
Path outPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |