2013-03-21 100 views

回答

2

對我而言,有效的方法是將我的reduce()更改爲接收Iterable<MyWritable>而不是Iterator<MyWritable>,如this post中所述。

相關問題