org.apache.hadoop.hbase.mapred
Class IndexOutputFormat

java.lang.Object
  extended by org.apache.hadoop.mapred.FileOutputFormat<ImmutableBytesWritable,LuceneDocumentWrapper>
      extended by org.apache.hadoop.hbase.mapred.IndexOutputFormat
All Implemented Interfaces:
org.apache.hadoop.mapred.OutputFormat<ImmutableBytesWritable,LuceneDocumentWrapper>

Deprecated.

@Deprecated
public class IndexOutputFormat
extends org.apache.hadoop.mapred.FileOutputFormat<ImmutableBytesWritable,LuceneDocumentWrapper>

Create a local index, unwrap Lucene documents created by reduce, add them to the index, and copy the index to the destination.


Constructor Summary
IndexOutputFormat()
          Deprecated.  
 
Method Summary
 org.apache.hadoop.mapred.RecordWriter<ImmutableBytesWritable,LuceneDocumentWrapper> getRecordWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
          Deprecated.  
 
Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexOutputFormat

public IndexOutputFormat()
Deprecated. 
Method Detail

getRecordWriter

public org.apache.hadoop.mapred.RecordWriter<ImmutableBytesWritable,LuceneDocumentWrapper> getRecordWriter(org.apache.hadoop.fs.FileSystem fs,
                                                                                                           org.apache.hadoop.mapred.JobConf job,
                                                                                                           String name,
                                                                                                           org.apache.hadoop.util.Progressable progress)
                                                                                                    throws IOException
Deprecated. 
Specified by:
getRecordWriter in interface org.apache.hadoop.mapred.OutputFormat<ImmutableBytesWritable,LuceneDocumentWrapper>
Specified by:
getRecordWriter in class org.apache.hadoop.mapred.FileOutputFormat<ImmutableBytesWritable,LuceneDocumentWrapper>
Throws:
IOException


Copyright © 2010 The Apache Software Foundation