public static class CombineMR.InnerReducer extends org.apache.sysml.runtime.matrix.mapred.ReduceBase implements org.apache.hadoop.mapred.Reducer<MatrixIndexes,TaggedMatrixValue,MatrixIndexes,WeightedPair>
Modifier and Type | Field and Description |
---|---|
protected org.apache.sysml.runtime.instructions.mr.MRInstruction[] |
comb_instructions |
agg_instructions, cachedReporter, collectFinalMultipleOutputs, correctionCache, DEFAULT_AGG_OP, defaultAggIns, dimsUnknownFilePrefix, firsttime, mixed_instructions, reducerID, resultDimsUnknown, resultIndexes, resultsMaxColDims, resultsMaxRowDims, resultsNonZeros
Constructor and Description |
---|
InnerReducer() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.apache.hadoop.mapred.JobConf job) |
void |
reduce(MatrixIndexes indexes,
Iterator<TaggedMatrixValue> values,
org.apache.hadoop.mapred.OutputCollector<MatrixIndexes,WeightedPair> out,
org.apache.hadoop.mapred.Reporter reporter) |
close, collectOutput_N_Increase_Counter, commonSetup, containsTernaryInstruction, dimsKnownForTernaryInstructions, getOutputIndexes, getOutputIndexes, outputInCombinerFromCachedValues, outputResultsFromCachedValues, prepareMatrixCharacteristicsTernaryInstruction, processAggregateInstructions, processAggregateInstructions, processReducerInstructions
collectOutput_N_Increase_Counter, processMixedInstructions, processOneInstruction, resetDistCache, setupDistCacheFiles
protected org.apache.sysml.runtime.instructions.mr.MRInstruction[] comb_instructions
public void reduce(MatrixIndexes indexes, Iterator<TaggedMatrixValue> values, org.apache.hadoop.mapred.OutputCollector<MatrixIndexes,WeightedPair> out, org.apache.hadoop.mapred.Reporter reporter) throws IOException
reduce
in interface org.apache.hadoop.mapred.Reducer<MatrixIndexes,TaggedMatrixValue,MatrixIndexes,WeightedPair>
IOException
public void configure(org.apache.hadoop.mapred.JobConf job)
configure
in interface org.apache.hadoop.mapred.JobConfigurable
configure
in class org.apache.sysml.runtime.matrix.mapred.ReduceBase
Copyright © 2018 The Apache Software Foundation. All rights reserved.