public static class MatrixDiagonalizeJob.MatrixDiagonalizeMapper extends org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.IntWritable,VectorWritable,org.apache.hadoop.io.NullWritable,IntDoublePairWritable>
| Constructor and Description |
|---|
MatrixDiagonalizeMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
map(org.apache.hadoop.io.IntWritable key,
VectorWritable row,
org.apache.hadoop.mapreduce.Mapper.Context context) |
protected void map(org.apache.hadoop.io.IntWritable key,
VectorWritable row,
org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
map in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.IntWritable,VectorWritable,org.apache.hadoop.io.NullWritable,IntDoublePairWritable>IOExceptionInterruptedExceptionCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.