Intended for use with {@link org.apache.hadoop.mapred.TextInputFormat}; accepts line number / line pairs as {@link LongWritable}/ {@link Text} pairs.
Each line is assumed to be of the form userID,itemID,preference
.
Outputs the user ID as a {@link LongWritable} mapped to the item ID and preference as a{@link ItemPrefWritable}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|