org.apache.hadoop.hive.ql.io
Class IgnoreKeyTextOutputFormat<K extends WritableComparable,V extends Writable>
java.lang.Object
org.apache.hadoop.hive.ql.io.IgnoreKeyTextOutputFormat<K,V>
Deprecated. use HiveIgnoreKeyTextOutputFormat
instead}
@Deprecated
public class IgnoreKeyTextOutputFormat<K extends WritableComparable,V extends Writable>
- extends
This class replaces key with null before feeding the to
TextOutputFormat.RecordWriter.
Method Summary |
|
getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IgnoreKeyTextOutputFormat
public IgnoreKeyTextOutputFormat()
- Deprecated.
getRecordWriter
public getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
throws IOException
- Deprecated.
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation