yarn_api.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:knit 作者: dask 项目源码 文件源码
def kill(self, app_id):
        """
        Method to kill a yarn application

        Parameters
        ----------
        app_id: str
            YARN application id

        Returns
        -------
        bool:
            True if successful, False otherwise.
        """

        cmd = ["yarn", "application", "-kill", app_id]
        try:
            out = shell_out(cmd, stderr=STDOUT)
            return "Killed application" in out
        except SubprocessError:
            return False
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号