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.
假设我通过 hadoop 中的 conf 文件更改了 tasktrackers 的端口号或更改了最大映射任务的数量,我是否需要停止并重新启动服务器/守护程序?
这取决于您更改了哪些选项,但是对于您提供的两个示例,我会说是,重新启动 mapred 服务(您不需要为这些选项重新启动 DFS 服务)。
我认为修改特定选项时需要重新启动的任何地方都没有详尽的清单。