Mapper
Public void map (VarLongWritable userID, VectorWritable userVector,
The Context Context) throws IOException, InterruptedException {
Iterator
While (it. HasNext ()) {
Int index1=it. Next (). The index ();
Iterator
While (it2. HasNext ()) {
Int index2=it2. Next (). The index ();
The context. Write (new IntWritable (index1), new IntWritable (index2));
}
}
}
VectorWritable how to receive here