58596061626364
@Autowired private JobRepository jobRepository; @Bean public YarnEventPublisher yarnEventPublisher() { return new DefaultYarnEventPublisher(); }
66676869707172
@Autowired private ApplicationContext applicationContext; @Bean(name=YarnSystemConstants.DEFAULT_ID_EVENT_PUBLISHER) public YarnEventPublisher yarnEventPublisher() { return new DefaultYarnEventPublisher(); }