Spring for Apache Hadoop

org.springframework.yarn.annotation
Annotation Type YarnParameters


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface YarnParameters

Annotation which indicates that a method parameter should be bound to the parameters of a container. The annotated parameter must be assignable to Map with String keys and String values.

Author:
Janne Valkealahti


Spring for Apache Hadoop