org.apache.hadoop.hbase.mapred
Class IndexOutputFormat
java.lang.Object
org.apache.hadoop.mapred.FileOutputFormat<ImmutableBytesWritable,LuceneDocumentWrapper>
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.
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 |
IndexOutputFormat
public IndexOutputFormat()
- Deprecated.
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