@Configuration @ConditionalOnClass(value={org.springframework.cloud.deployer.spi.app.AppDeployer.class,org.springframework.cloud.deployer.spi.task.TaskLauncher.class}) @EnableConfigurationProperties(value=org.springframework.cloud.deployer.spi.yarn.YarnDeployerProperties.class) public class YarnDeployerAutoConfiguration extends Object
Auto-configuration
for dataflow
YARN deployer.Modifier and Type | Class and Description |
---|---|
static class |
YarnDeployerAutoConfiguration.ProcessModuleDeployerConfig |
static class |
YarnDeployerAutoConfiguration.TaskModuleDeployerConfig |
Constructor and Description |
---|
YarnDeployerAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader |
delegatingResourceLoader(org.apache.hadoop.conf.Configuration configuration) |
YarnCloudAppService |
yarnCloudAppService() |
org.springframework.core.task.TaskExecutor |
yarnModuleDeployerTaskExecutor() |
@Bean public org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader delegatingResourceLoader(org.apache.hadoop.conf.Configuration configuration)
@Bean public YarnCloudAppService yarnCloudAppService()
@Bean public org.springframework.core.task.TaskExecutor yarnModuleDeployerTaskExecutor()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.