gpt4 book ai didi

org.apache.samza.job.yarn.YarnClusterResourceManager.cleanupStagingDir()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-19 00:55:31 26 4
gpt4 key购买 nike

本文整理了Java中org.apache.samza.job.yarn.YarnClusterResourceManager.cleanupStagingDir()方法的一些代码示例,展示了YarnClusterResourceManager.cleanupStagingDir()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。YarnClusterResourceManager.cleanupStagingDir()方法的具体详情如下:
包路径:org.apache.samza.job.yarn.YarnClusterResourceManager
类名称:YarnClusterResourceManager
方法名:cleanupStagingDir

YarnClusterResourceManager.cleanupStagingDir介绍

[英]Cleans up the staging directory of the job. All exceptions during the cleanup are swallowed.
[中]清理作业的暂存目录。清理过程中的所有异常都会被吞没。

代码示例

代码示例来源:origin: org.apache.samza/samza-yarn_2.11

/**
 * Stops the YarnContainerManager and all its sub-components.
 * Stop should NOT be called from multiple threads.
 * TODO: fix this to make stop idempotent?.
 */
@Override
public void stop(SamzaApplicationState.SamzaAppStatus status) {
 log.info("Stopping AM client " );
 lifecycle.onShutdown(status);
 amClient.stop();
 log.info("Stopping the AM service " );
 nmClientAsync.stop();
 log.info("Stopping the NM service " );
 service.onShutdown();
 metrics.stop();
 if(status != SamzaApplicationState.SamzaAppStatus.UNDEFINED) {
  cleanupStagingDir();
 }
}

代码示例来源:origin: org.apache.samza/samza-yarn

/**
 * Stops the YarnContainerManager and all its sub-components.
 * Stop should NOT be called from multiple threads.
 * TODO: fix this to make stop idempotent?.
 */
@Override
public void stop(SamzaApplicationState.SamzaAppStatus status) {
 log.info("Stopping AM client " );
 lifecycle.onShutdown(status);
 amClient.stop();
 log.info("Stopping the AM service " );
 nmClientAsync.stop();
 log.info("Stopping the NM service " );
 service.onShutdown();
 metrics.stop();
 if(status != SamzaApplicationState.SamzaAppStatus.UNDEFINED) {
  cleanupStagingDir();
 }
}

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com