org.apache.hadoop.hive.ql.io
Class IgnoreKeyTextOutputFormat<K extends WritableComparable,V extends Writable>

java.lang.Object
  extended by 
      extended by 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.


Nested Class Summary
protected static class IgnoreKeyTextOutputFormat.IgnoreKeyWriter<K extends WritableComparable,V extends Writable>
          Deprecated.  
 
Constructor Summary
IgnoreKeyTextOutputFormat()
          Deprecated.  
 
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
 

Constructor Detail

IgnoreKeyTextOutputFormat

public IgnoreKeyTextOutputFormat()
Deprecated. 
Method Detail

getRecordWriter

public  getRecordWriter(FileSystem ignored,
                             JobConf job,
                             String name,
                             Progressable progress)
                      throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2012 The Apache Software Foundation