org.apache.hadoop.hive.ql.io
Class HiveNullValueSequenceFileOutputFormat<K,V>
java.lang.Object
org.apache.hadoop.hive.ql.io.HiveNullValueSequenceFileOutputFormat<K,V>
- All Implemented Interfaces:
- HiveOutputFormat<K,V>
public class HiveNullValueSequenceFileOutputFormat<K,V>
- extends
- implements HiveOutputFormat<K,V>
A HiveOutputFormat
that writes SequenceFile
s with the
content saved in the keys, and null in the values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiveNullValueSequenceFileOutputFormat
public HiveNullValueSequenceFileOutputFormat()
getHiveRecordWriter
public FileSinkOperator.RecordWriter getHiveRecordWriter(JobConf jc,
Path finalOutPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation