本文整理了Java中org.springframework.yarn.test.context.YarnCluster.getConfiguration()
方法的一些代码示例,展示了YarnCluster.getConfiguration()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。YarnCluster.getConfiguration()
方法的具体详情如下:
包路径:org.springframework.yarn.test.context.YarnCluster
类名称:YarnCluster
方法名:getConfiguration
[英]Gets the Configuration for the cluster. As most of the configuration parameters are not known until after cluster has been started, this configuration should be configured by the cluster itself.
[中]获取群集的配置。由于大多数配置参数在集群启动后才知道,因此该配置应由集群本身进行配置。
代码示例来源:origin: org.springframework.data/spring-yarn-test
@Override
public Configuration getObject() throws Exception {
return cluster.getConfiguration();
}
代码示例来源:origin: org.springframework.data/spring-yarn-test-core
@Override
public Configuration getObject() throws Exception {
return cluster.getConfiguration();
}
内容来源于网络,如有侵权,请联系作者删除!