Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 mapper 发出一组键值对,我们可以在 sort 和 shuffle 方法中进行一些处理并更改键类型,以便 reducer 接受不同类型的键类型吗?
尝试用组合器来做?将其设计为实际数据的传递,除非您只是修改数据类型。这是一个陌生的要求。您是否在重新利用旧代码?