|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HiveOutputFormat | |
---|---|
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.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
|
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 |
class |
HiveNullValueSequenceFileOutputFormat
A HiveOutputFormat that writes SequenceFile s with the
content saved in the keys, and null in the values. |
class |
HiveSequenceFileOutputFormat
A HiveOutputFormat that writes SequenceFile s. |
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)
get a OutputFormat's substitute HiveOutputFormat. |
Methods in org.apache.hadoop.hive.ql.io with parameters of type HiveOutputFormat | |
---|---|
static org.apache.hadoop.fs.Path |
HiveFileFormatUtils.getOutputFormatFinalPath(org.apache.hadoop.fs.Path parent,
String taskId,
org.apache.hadoop.mapred.JobConf jc,
HiveOutputFormat<?,?> hiveOutputFormat,
boolean isCompressed,
org.apache.hadoop.fs.Path defaultFinalPath)
get the final output path of a given FileOutputFormat. |
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)
|
Method parameters in org.apache.hadoop.hive.ql.io with type arguments of type HiveOutputFormat | |
---|---|
static void |
HiveFileFormatUtils.registerOutputFormatSubstitute(Class<? extends org.apache.hadoop.mapred.OutputFormat> origin,
Class<? extends HiveOutputFormat> substitute)
register a substitute. |
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> |
TableDesc.getOutputFileFormatClass()
|
Class<? extends HiveOutputFormat> |
PartitionDesc.getOutputFileFormatClass()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |