Spring for Apache Hadoop

org.springframework.yarn.batch.config
Annotation Type EnableYarnBatchProcessing


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@EnableBatchProcessing
@Import(value=SimpleYarnBatchConfiguration.class)
public @interface EnableYarnBatchProcessing

Enabled Spring Batch processing used with Yarn Appmaster.

Author:
Janne Valkealahti


Spring for Apache Hadoop