|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapred.FileOutputFormat<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable>
org.apache.hadoop.mapred.MapFileOutputFormat
MapFileOutputFormat
instead
@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public class MapFileOutputFormat
An OutputFormat
that writes MapFile
s.
Constructor Summary | |
---|---|
MapFileOutputFormat()
Deprecated. |
Method Summary | ||
---|---|---|
static
|
getEntry(org.apache.hadoop.io.MapFile.Reader[] readers,
Partitioner<K,V> partitioner,
K key,
V value)
Deprecated. Get an entry from output generated by this class. |
|
static org.apache.hadoop.io.MapFile.Reader[] |
getReaders(org.apache.hadoop.fs.FileSystem ignored,
org.apache.hadoop.fs.Path dir,
org.apache.hadoop.conf.Configuration conf)
Deprecated. Open the output generated by this format. |
|
RecordWriter<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable> |
getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
Deprecated. Get the RecordWriter for the given job. |
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 |
---|
public MapFileOutputFormat()
Method Detail |
---|
public RecordWriter<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable> getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress) throws IOException
OutputFormat
RecordWriter
for the given job.
getRecordWriter
in interface OutputFormat<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable>
getRecordWriter
in class FileOutputFormat<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable>
job
- configuration for the job whose output is being written.name
- the unique name for this part of the output.progress
- mechanism for reporting progress while writing to file.
RecordWriter
to write the output for the job.
IOException
public static org.apache.hadoop.io.MapFile.Reader[] getReaders(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.fs.Path dir, org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
public static <K extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable> org.apache.hadoop.io.Writable getEntry(org.apache.hadoop.io.MapFile.Reader[] readers, Partitioner<K,V> partitioner, K key, V value) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |