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.
单独的 JVM 中的每个 map 和 reduce 任务是否意味着 hadoop 上下文中的每个 mapper 和每个 reducer 都有单独的 OS 进程?
是的。您可以配置任务以重用 JVM,但每个同时运行的任务都将位于单独的操作系统进程中。