标签: mapreduce
映射器会调用两次。
out.collect(new Text("Car"),new Text("Subaru"); out.collect(new Text("Cr-v"),new Text("Honda");
reduce()是否也会被调用两次?
reduce()