public class RecommenderSimilarityHadoopCombiner extends RecommenderSimilarityHadoopReducer
MATRIX_FILE_NAME, SIM_RECOMMENDER_FILE_NAME, SIMILARITY_WRITE_PATH
Constructor and Description |
---|
RecommenderSimilarityHadoopCombiner() |
Modifier and Type | Method and Description |
---|---|
void |
reduce(org.apache.hadoop.io.LongWritable key,
java.lang.Iterable<org.apache.hadoop.io.BytesWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context) |
cleanup, setup
public void reduce(org.apache.hadoop.io.LongWritable key, java.lang.Iterable<org.apache.hadoop.io.BytesWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws java.io.IOException
reduce
in class RecommenderSimilarityHadoopReducer
java.io.IOException