212221
protected void map(LongWritable key,Text value Context context)
throws IOEception,InterruptedException{
//行
String row_matrix1 = value.toString().split("\t")[0];
//列_值(数组)
}
第二步编写的reducer类
第二步编写的mapper类