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.
我编写了一个 mapreduce 程序,它有 30,000 个 map 输出记录。输出记录由 key:intwitable 和 value:intwritable 组成,这意味着每条记录是 8 Byte,输出大小是 3000*8=240 KByte。但在浏览器中,“地图输出”约为 490KByte。它的原因是什么?我必须如何计算地图输出的大小?谢谢。