Spring for Apache Hadoop

org.springframework.yarn.annotation
Annotation Type OnYarnContainerStart


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface OnYarnContainerStart

Indicates that a method is capable of handling an operation on Yarn Container when something needs to be executed.

A method annotated with @OnYarnContainerStart has to be without arguments and cannot return anything.

Author:
Janne Valkealahti


Spring for Apache Hadoop