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.
有人可以帮我理解,Apache APEX CLI 命令中的 Shutdown-app 和 kill-app 有什么区别?
Shutdown-app 会调用各个算子的 tearDown() 方法并等待一段时间让算子正常关闭。
而 kill-app 对于所有操作员来说就像强制杀死。因此,这将立即停止应用程序。但是,运营商将没有任何机会进行清理活动。
在这两种情况下,YARN 都会在应用程序关闭后释放为该应用程序分配的资源。