public class WeightedMatrixOutputFormat extends BaseMatrixOutputFormat<WeightedColumnEntry>
Modifier and Type | Class and Description |
---|---|
static class |
WeightedMatrixOutputFormat.MultiBlockWriter |
BaseMatrixOutputFormat.OutputConfig
Constructor and Description |
---|
WeightedMatrixOutputFormat() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.IntWritable,WeightedColumnEntry> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
getOutputConfig
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.IntWritable,WeightedColumnEntry> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws java.io.IOException, java.lang.InterruptedException
getRecordWriter
in class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<org.apache.hadoop.io.IntWritable,WeightedColumnEntry>
java.io.IOException
java.lang.InterruptedException